Skip to content

Commit

Permalink
docs: fix typo (vuejs#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gander authored Apr 9, 2023
1 parent 0e5ff77 commit 6acda7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/site-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default {
- Type: `boolean`
- Default: `false`

When set to `true`, the production app will be built in [MAP Mode](../guide/mpa-mode). MPA mode ships 0kb JavaScript by default, at the cost of disabling client-side navigation and requires explicit opt-in for interactivity.
When set to `true`, the production app will be built in [MPA Mode](../guide/mpa-mode). MPA mode ships 0kb JavaScript by default, at the cost of disabling client-side navigation and requires explicit opt-in for interactivity.

## Theming

Expand Down

0 comments on commit 6acda7a

Please sign in to comment.