mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: typo fixes (#1046)
This commit is contained in:
parent
c9c6f37ae3
commit
91abb2bba0
@ -35,7 +35,7 @@ In Nuxt 2 plugins, this was referred to as [inject function](https://nuxtjs.org/
|
|||||||
|
|
||||||
## NuxtApp interface (advanced)
|
## NuxtApp interface (advanced)
|
||||||
|
|
||||||
`nuxtApp` has the following prperties: (note: this is an internal interface and some properties might change until stable release)
|
`nuxtApp` has the following properties: (note: this is an internal interface and some properties might change until stable release)
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const nuxtApp = {
|
const nuxtApp = {
|
||||||
|
@ -14,7 +14,7 @@ All plugins in your `plugins/` directory are auto-registered, so you should not
|
|||||||
|
|
||||||
## Creating plugins
|
## Creating plugins
|
||||||
|
|
||||||
The only argument passed to a plugin is [`nuxtApp`]((/usage/nuxt-app)
|
The only argument passed to a plugin is [`nuxtApp`](/docs/usage/nuxt-app).
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { defineNuxtPlugin } from '#app'
|
import { defineNuxtPlugin } from '#app'
|
||||||
|
Loading…
Reference in New Issue
Block a user