Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxuan committed Dec 7, 2023
1 parent a78b109 commit 9d56ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ type Variables = inferVariables<typeof posts.list>
type Error = inferError<typeof posts.list>
```
## API 文档
### API 文档
`type Router = (key: string, config: TConfig) => TRouter`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `dependencies`:

```bash
$ npm i react-query-ki
$ npm i react-query-kit
# or
$ yarn add react-query-kit
```
Expand Down Expand Up @@ -431,7 +431,7 @@ type Variables = inferVariables<typeof posts.list>
type Error = inferError<typeof posts.list>
```
## API Reference
### API Reference
`type Router = (key: string, config: TConfig) => TRouter`
Expand Down

0 comments on commit 9d56ed3

Please sign in to comment.