From 49ac6d7aefab25c900165fa72119df33a8f4d0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=81=E6=B5=AA=E5=A4=A7=E6=B3=95=E5=B8=88?= <2269305724@qq.com> Date: Wed, 27 Mar 2019 10:47:11 +0800 Subject: [PATCH] docs(README): fix typo in scope section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefaac7b..eaf209ca 100644 --- a/README.md +++ b/README.md @@ -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.