Skip to content

Commit

Permalink
docs: Improve clarity of exposeConfig content (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ECJ222 committed Jun 21, 2021
1 parent d26d530 commit 6bcf442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.options.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you customized the [`srcDir`](https://nuxtjs.org/docs/2.x/configuration-gloss

## `exposeConfig`

If you need resolved tailwind config in runtime, you can enable exposeConfig option in nuxt.config:
If you need to resolve the tailwind config in runtime, you can enable exposeConfig option in nuxt.config:

```ts [nuxt.config.js]
export default {
Expand Down

0 comments on commit 6bcf442

Please sign in to comment.