Skip to content

Commit aa7fbb9

Browse files
authored
Change "others" to "other"
1 parent 8d949e1 commit aa7fbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/query-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { error } = useQuery(['todos', todoId], async () => {
3030
})
3131
```
3232

33-
## Usage with `fetch` and others clients that do not throw by default
33+
## Usage with `fetch` and other clients that do not throw by default
3434

3535
While most utilities like `axios` or `graphql-request` automatically throw errors for unsuccessful HTTP calls, some utilities like `fetch` do not throw errors by default. If that's the case, you'll need to throw them on your own. Here is a simple way to do that with the popular `fetch` API:
3636

0 commit comments

Comments
 (0)