Skip to content

Commit c2e5a9e

Browse files
authored
Update README.md
Resolving an issue introduced in previous commit.
1 parent e789661 commit c2e5a9e

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
@@ -62,7 +62,7 @@ Using 'Root-relative' urls is not recommended. You should only use it for legacy
6262

6363
### Local scope
6464

65-
By default CSS exports all class names into a global selector scope. Styles can be locally scoped avoid globally scoping styles.
65+
By default CSS exports all class names into a global selector scope. Styles can be locally scoped to avoid globally scoping styles.
6666

6767
The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.
6868

0 commit comments

Comments
 (0)