Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 9d629ed

Browse files
committed
fix typo
1 parent 6212354 commit 9d629ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Usage is the same as `Vue.component()` - you pass in exactly the same options as
3030

3131
- You can expose attributes with Vue's `props` (0.12) or `paramAttributes` (0.11) option. See the example folder to see it in action.
3232

33-
- Be default the element does not use Shadow DOM. If you want to enable Shadow DOM encapsulation, pass in `shadow: true` in your component options.
33+
- By default the element does not use Shadow DOM. If you want to enable Shadow DOM encapsulation, pass in `shadow: true` in your component options.

0 commit comments

Comments
 (0)