Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 501cf3e

Browse files
brianzelipkazupon
authored andcommitted
minor typo edit (#806)
encapsulating -> encapsulate
1 parent 6a93a03 commit 501cf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/en/start/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ More details can be found in [Using Pre-Processors](../configurations/pre-proces
6666

6767
- Multiple `<style>` tags are supported in a single `*.vue` file.
6868

69-
- A `<style>` tag can have `scoped` or `module` attributes (see [Scoped CSS](../features/scoped-css.md) and [CSS Modules](../features/css-modules.md)) to help encapsulating the styles to the current component. Multiple `<style>` tags with different encapsulation modes can be mixed in the same component.
69+
- A `<style>` tag can have `scoped` or `module` attributes (see [Scoped CSS](../features/scoped-css.md) and [CSS Modules](../features/css-modules.md)) to help encapsulate the styles to the current component. Multiple `<style>` tags with different encapsulation modes can be mixed in the same component.
7070

7171
- By default, contents will be extracted and dynamically inserted into the document's `<head>` as an actual `<style>` tag using `style-loader`. It's also possible to [configure Webpack so that all styles in all components are extracted into a single CSS file](../configurations/extract-css.md).
7272

0 commit comments

Comments
 (0)