Skip to content

Commit 0d045f3

Browse files
committed
Merge branch 'master' of github.com:gajus/react-css-modules
2 parents ca2f72e + d058553 commit 0d045f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ However, use global CSS with caution. With CSS Modules, there are only a handful
390390

391391
## Multiple CSS Modules
392392

393-
Avoid using multiple CSS Modules to describe a single element. Read about [Class Composition](#class-compositon).
393+
Avoid using multiple CSS Modules to describe a single element. Read about [Class Composition](#class-composition).
394394

395395
That said, if you require to use multiple CSS Modules to describe an element, enable the [`allowMultiple`](#allowmultiple) option. When multiple CSS Modules are used to describe an element, `react-css-modules` will append a unique class name for every CSS Module it matches in the `styleName` declaration, e.g.
396396

0 commit comments

Comments
 (0)