Skip to content

Commit 95c2f74

Browse files
authored
🔀 Fix typos in function documentation. (#6)
1 parent 04b8cee commit 95c2f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rsvp.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)