Skip to content

Commit

Permalink
docs(README): fix typo in scope section (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
流浪大法师 authored and evilebottnawi committed Apr 10, 2019
1 parent e5dfd23 commit edb3ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -324,7 +324,7 @@ Styles can be locally scoped to avoid globally scoping styles.
The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.

With `:local` (without brackets) local mode can be switched on for this selector.
The `:global(.className)` nocation can be used to declare an explicit global selector.
The `:global(.className)` notation can be used to declare an explicit global selector.
With `:global` (without brackets) global mode can be switched on for this selector.

The loader replaces local selectors with unique identifiers. The chosen unique identifiers are exported by the module.
Expand Down

0 comments on commit edb3ffa

Please sign in to comment.