8000 fix sentence structure · tinymachine/vuejs.org@072f591 · GitHub
[go: up one dir, main page]

Skip to content

Commit 072f591

Browse files
joeaudettechrisvfritz
authored andcommitted
fix sentence structure
1 parent f441b8c commit 072f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you are using Webpack, and prefer separating JavaScript and template files, y
7373

7474
## Extracting Component CSS
7575

76-
When using Single-File Components, the CSS inside components are injected dynamically as `<style>` tags via JavaScript. This has a small runtime cost, and if you are using server-side rendering it will cause a "flash of unstyled content". Extracting the CSS across all components into the same file and avoid these issues, and also result in better CSS minification and caching.
76+
When using Single-File Components, the CSS inside components are injected dynamically as `<style>` tags via JavaScript. This has a small runtime cost, and if you are using server-side rendering it will cause a "flash of unstyled content". Extracting the CSS across all components into the same file will avoid these issues, and also result in better CSS minification and caching.
7777

7878
Refer to the respective build tool documentations to see how it's done:
7979

0 commit comments

Comments
 (0)
0