File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ pub fn expect_any_response(
223223///
224224/// **Note**: if you need more control over the kind of request being sent, for
225225/// example to set additional headers or use a different HTTP method, you should
226- /// use the more-general [`send`](#send) function insteaed .
226+ /// use the more-general [`send`](#send) function instead .
227227///
228228/// **Note**: On the **JavaScript** target this will use the `fetch` API. Make
229229/// sure you have a polyfill for it if you need to support older browsers or
@@ -251,7 +251,7 @@ pub fn get(url: String, handler: Handler(msg)) -> Effect(msg) {
251251///
252252/// **Note**: if you need more control over the kind of request being sent, for
253253/// example to set additional headers or use a different HTTP method, you should
254- /// use the more-general [`send`](#send) function insteaed .
254+ /// use the more-general [`send`](#send) function instead .
255255///
256256/// **Note**: On the **JavaScript** target this will use the `fetch` API. Make
257257/// sure you have a polyfill for it if you need to support older browsers or
You can’t perform that action at this time.
0 commit comments