We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14abaf4 commit 4ce21edCopy full SHA for 4ce21ed
pages/docs/advanced/cache.ja.mdx
@@ -141,7 +141,7 @@ function Button() {
141
142
### LocalStorage を使った永続キャッシュ
143
144
-キャッシュを `localStorage` に同期することをオススメします。実装例は次の通りです:
+キャッシュを `localStorage` で同期しても良いかもしれません。実装例は次の通りです:
145
146
```jsx
147
function localStorageProvider() {
pages/index.ja.mdx
@@ -37,7 +37,7 @@ SWR は、まずキャッシュからデータを返し(stale)、次にフ
37
</Callout>
38
39
<div className="mt-16 mb-20 text-center">
40
- [Get Started](/docs/getting-started) · [Examples](/examples) · [Blog](/blog) · [GitHub Repository](https://github.com/vercel/swr)
+ [はじめに](/docs/getting-started) · [例題](/examples) · [ブログ](/blog) · [GitHub リポジトリ](https://github.com/vercel/swr)
41
</div>
42
43
## 概要
0 commit comments