Skip to content

Commit e789661

Browse files
authored
Update README.md
Updating a sentence in the README.md file due to grammatical error and didn't add any value to the user.
1 parent 9d2941b commit e789661

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. This is a feature which offer a local selector scope.
65+
By default CSS exports all class names into a global selector scope. Styles can be locally scoped 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)