Skip to content

Commit

Permalink
docs: fix typo on vue i18n name (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-moret committed May 11, 2024
1 parent a0543ca commit c14ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/started.md
Expand Up @@ -86,7 +86,7 @@ If you're curious about what this plugin does, some of its responsibilities incl

### Single-File Components

Vue I18n is most commonly used in applications built using a bundler (e.g. Vite) and [SFCs](https://vuejs.org/guide/introduction.html#single-file-components) (i.e. `.vue ` files). Most of the examples in this guide will be written in that style, but Vue Router itself doesn't require you to use build tools or SFCs.
Vue I18n is most commonly used in applications built using a bundler (e.g. Vite) and [SFCs](https://vuejs.org/guide/introduction.html#single-file-components) (i.e. `.vue ` files). Most of the examples in this guide will be written in that style, but Vue I18n itself doesn't require you to use build tools or SFCs.

For example, if you're using the _global builds_ of [Vue](https://vuejs.org/guide/quick-start.html#using-vue-from-cdn) and [Vue I18n](../installation#Direct-Download-CDN), the libraries are exposed via global objects, rather than imports:

Expand Down

0 comments on commit c14ad03

Please sign in to comment.