Skip to content

Commit

Permalink
docs: fix typo (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb86 authored Mar 19, 2023
1 parent 2ad10cd commit 7a469a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/global-configuration.ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function Page() {

### キャッシュプロバイダー

紹介されているすべてのオプションに加えて、 `SWRConfig` または `provider` 関数も受け入れます。詳細は[キャッシュ](/docs/advanced/cache)セクションを参照してください。
紹介されているすべてのオプションに加えて、 `SWRConfig` `provider` 関数も受け入れます。詳細は[キャッシュ](/docs/advanced/cache)セクションを参照してください。

```jsx
<SWRConfig value={{ provider: () => new Map() }}>
Expand Down

0 comments on commit 7a469a7

Please sign in to comment.