Skip to content

Commit

Permalink
docs: fix translation omissions (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb86 authored Mar 19, 2023
1 parent 7a469a7 commit 8cd1faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/api.ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { data, error, isLoading, isValidating, mutate } = useSWR(key, fetcher, op
- `isValidating`: リクエストまたは再検証の読み込みがある場合
- `mutate(data?, options?)`: キャッシュされたデータを更新する関数 [( 詳細 )](/docs/mutation)

More information can be found [here](/docs/advanced/understanding).
詳細は[こちら](/docs/advanced/understanding)をご覧ください。

## オプション

Expand Down

1 comment on commit 8cd1faa

@vercel
Copy link

@vercel vercel bot commented on 8cd1faa Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swr-site – ./

swr.vercel.app
swr-site-git-main.vercel.sh
swr-site.vercel.sh

Please sign in to comment.