mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix typos (#9919)
This commit is contained in:
parent
bcfaa4d716
commit
c00f21e706
@ -15,7 +15,7 @@ Providing an [app.head](/docs/api/configuration/nuxt-config#head) property in yo
|
||||
This method does not allow you to provide reactive data, if you need global reactive data you can use `useHead` in `app.vue`.
|
||||
::
|
||||
|
||||
Shortcuts are available to make configuration easier: `charset` and `viewport`. You can also provide any other key listed below in [Types](#types).
|
||||
Shortcuts are available to make configuration easier: `charset` and `viewport`. You can also provide any of the keys listed below in [Types](#types).
|
||||
|
||||
### Defaults
|
||||
|
||||
|
@ -19,7 +19,7 @@ Best of all, Nuxt modules can be distributed in npm packages. This makes it poss
|
||||
|
||||
## The `modules` Property
|
||||
|
||||
Once you have installed the modules you can then add them to your `nuxt.config.ts` file under the `modules` property. Modules developers usually provide additional steps and details for usage.
|
||||
Once you have installed the modules you can then add them to your `nuxt.config.ts` file under the `modules` property. Module developers usually provide additional steps and details for usage.
|
||||
|
||||
```ts{}[nuxt.config.ts]
|
||||
export default defineNuxtConfig({
|
||||
|
Loading…
Reference in New Issue
Block a user