Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit f8d86aa

Browse files
committed
chore(content): fix typo
1 parent 484a1ce commit f8d86aa

File tree

1 file changed

+1
-1
lines changed
  • content/2.concepts/9.data-fetching

1 file changed

+1
-1
lines changed

content/2.concepts/9.data-fetching/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Nuxt では、このデータフェッチを便利に扱うために `useFetch`
1212
一言で言えば、
1313

1414
- `useFetch` は、コンポーネントのセットアップ関数でデータのフェッチを処理する最も簡単な方法です。
15-
- `fetch` は、ユーザーのインタラクションに基づいてネットワークリクエストを行うのに最適です。
15+
- `$fetch` は、ユーザーのインタラクションに基づいてネットワークリクエストを行うのに最適です。
1616
- `useAsyncData` は、`$fetch` と組み合わせることで、よりきめ細かい制御を提供します。
1717

1818
https://nuxt.com/docs/getting-started/data-fetching

0 commit comments

Comments
 (0)