From c14ad03cb720f6b241657ec6582a026643c00974 Mon Sep 17 00:00:00 2001 From: Rafael Moret <48282844+r-moret@users.noreply.github.com> Date: Sat, 11 May 2024 04:58:26 +0200 Subject: [PATCH] docs: fix typo on vue i18n name (#1848) --- docs/guide/essentials/started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/started.md b/docs/guide/essentials/started.md index 3762ea351..ba31c1be0 100644 --- a/docs/guide/essentials/started.md +++ b/docs/guide/essentials/started.md @@ -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: