Skip to content

Commit ce2c8dd

Browse files
authored
Add missing closing parenthesis to the Vue ESM builds' descriptions (vuejs#1271)
1 parent 86bd604 commit ce2c8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built
138138

139139
#### `vue(.runtime).esm-browser(.prod).js`:
140140

141-
- For usage via native ES modules imports (in browser via `<script type="module">`.
141+
- For usage via native ES modules imports (in browser via `<script type="module">`).
142142
- Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.
143143

144144
### With a Bundler

0 commit comments

Comments
 (0)