Skip to content

Commit

Permalink
docs: fix invalid default value
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed May 10, 2024
1 parent 9483be2 commit 8c0df6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If you want to know how long did it take to finish a task, please use [debug mod

#### `priority?: 'low' | 'high'`

You can run a task preferentially using `priority: 'high'` (default is `false`) option.
You can run a task preferentially using `priority: 'high'` (default is `low`) option.
`setIdleTask` adds it to the head of the queue.

#### `revalidateInterval?: number`
Expand Down

0 comments on commit 8c0df6f

Please sign in to comment.