Skip to content

Commit 8058a74

Browse files
authored
Merge pull request #94 from 2nofa11/2nofa11-chore-fix-typo-auto-imports
chore-fix-typo-auto-imports
2 parents 6a28c28 + 3110605 commit 8058a74

File tree

1 file changed

+1
-1
lines changed
  • content/2.concepts/4.auto-imports

1 file changed

+1
-1
lines changed

content/2.concepts/4.auto-imports/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Nuxt のディレクトリ構造の規約おかげで、 `components/`、`compos
1717

1818
また、Nuxt はいくつかのコンポーネントやコンポーザブル、ユーティリティも提供しています。
1919
[ルーティング](/concepts/routing) のセクションで登場した `NuxtLink` コンポーネントがその一例です。\
20-
他にも、データフェッチで利用する `useFetch()` コンポーザブルやランタイムの設定にアクセスる `useRuntimeConfig()` コンポーザブル、ページナビゲーションのための `navigateTo()` ユーティリティ関数などがあります。\
20+
他にも、データフェッチで利用する `useFetch()` コンポーザブルやランタイムの設定にアクセスする `useRuntimeConfig()` コンポーザブル、ページナビゲーションのための `navigateTo()` ユーティリティ関数などがあります。\
2121
たくさんあるので、そのほかのものは Nuxt 公式ドキュメントの [Components](https://nuxt.com/docs/api/components)[Composables](https://nuxt.com/docs/api/composables)[Utils](https://nuxt.com/docs/api/utils) のセクションを参照してください。
2222

2323
また、Nuxt では明示的なインポートもサポートしており、この場合は `#import` からインポートすることが可能です。

0 commit comments

Comments
 (0)