From 8961d19fb8fd2a32a249aae4fa5635a4db132da8 Mon Sep 17 00:00:00 2001 From: Lorexia Date: Thu, 5 Oct 2023 13:26:42 +0200 Subject: [PATCH] Correct typo --- sdk/typescript/docs/pages/examples/mix-fetch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/typescript/docs/pages/examples/mix-fetch.mdx b/sdk/typescript/docs/pages/examples/mix-fetch.mdx index 7e08663aff..074bdb628a 100644 --- a/sdk/typescript/docs/pages/examples/mix-fetch.mdx +++ b/sdk/typescript/docs/pages/examples/mix-fetch.mdx @@ -24,7 +24,7 @@ Read [this article](https://blog.nymtech.net/mixfetch-like-the-fetch-api-but-via We are currently working on a feature that adds a Secure Websocket (WSS) listener with HTTPS (automatically generated with LetsEncrypt) to Nym's gateways. - While we are adding this feature, you can use a gateway that has Caddy providing HTTPS/WSS by adding this to the options when settings up `mixFetch`: + While we are adding this feature, you can use a gateway that has Caddy providing HTTPS/WSS by adding this to the options when setting up `mixFetch`: ```ts