mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33: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` 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
|
||||
const nuxtApp = {
|
||||
|
@ -14,7 +14,7 @@ All plugins in your `plugins/` directory are auto-registered, so you should not
|
||||
|
||||
## 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
|
||||
import { defineNuxtPlugin } from '#app'
|
||||
|
Loading…
Reference in New Issue
Block a user