Skip to content

Commit

Permalink
docs: add full stop (nuxt#5680)
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos authored Jul 1, 2022
1 parent 0e3df24 commit ff2b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.features/10.runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default async () => {

### Manually Typing Runtime Config

Nuxt tries to automatically generate a typescript interface from provided runtime config using [unjs/untyped](https://github.com/unjs/untyped)
Nuxt tries to automatically generate a typescript interface from provided runtime config using [unjs/untyped](https://github.com/unjs/untyped).

It is also possible to type your runtime config manually:

Expand Down

0 comments on commit ff2b4d9

Please sign in to comment.