Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit a9d5ccf

Browse files
silvesterwalidanielroe
authored andcommitted
docs: fix typos (#8976)
1 parent f30a296 commit a9d5ccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/3.api/1.composables/use-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ All fetch options can be given a `computed` or `ref` value. These will be watche
5454
::
5555
5656
* **Options (from `useAsyncData`)**:
57-
* `key`: a unique key to ensure that data fetching can be properly de-duplicated across requests, if not provided, it will be generated based on the static code location where `useAyncData` is used.
57+
* `key`: a unique key to ensure that data fetching can be properly de-duplicated across requests, if not provided, it will be generated based on the static code location where `useAsyncData` is used.
5858
* `server`: Whether to fetch the data on the server (defaults to `true`).
5959
* `default`: A factory function to set the default value of the data, before the async function resolves - particularly useful with the `lazy: true` option.
6060
* `pick`: Only pick specified keys in this array from the `handler` function result.

docs/content/3.api/1.composables/use-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ router.replace({ hash: "#bio" });
4545

4646
## Navigation Guards
4747

48-
`useRouter` composable provides `afterEach`, `beforeEach` and `beforeResolve` helper methods that acts as nagivation guards.
48+
`useRouter` composable provides `afterEach`, `beforeEach` and `beforeResolve` helper methods that acts as navigation guards.
4949

5050
However, Nuxt has a concept of **route middleware** that simplifies the implementation of navigation guards and provides a better developer experience.
5151

docs/content/3.api/1.composables/use-runtime-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Variables that need to be accessible on the server are added directly inside `ru
4343
::ReadMore{link="/guide/going-further/runtime-config"}
4444
::
4545

46-
## Acess Runtime Config
46+
## Access Runtime Config
4747

4848
To access runtime config, we can use `useRuntimeConfig()` composable:
4949

0 commit comments

Comments
 (0)