Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Aug 21, 2024
1 parent 7895cd9 commit 2bbb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-query/index.zh-cn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const { loading, data, error } = useQuery(fetchData, {

### 可暂停 (Pasuable) \{#pausable}

当然不指定 `manual``false` 时,如果也想控制内部自动行为,可以使用 Hooks 里对外暴露的 [Pausable](/docs/features/pausable) 实例属性,由 [usePausable](/reference/use-pausable) 提供支持。
当不指定 `manual``false` 时,如果也想控制内部自动行为,可以使用 Hooks 里对外暴露的 [Pausable](/docs/features/pausable) 实例属性,由 [usePausable](/reference/use-pausable) 提供支持。

```tsx
const { pause, resume, isActive } = useQuery(fetchData, {
Expand Down

0 comments on commit 2bbb454

Please sign in to comment.