Skip to content

Commit 6096c7e

Browse files
committed
docs: improve wording of a FAQ question
1 parent 66af0e4 commit 6096c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In contrast to [`react-css-modules`](https://github.com/gajus/react-css-modules)
3030
* [Limitations](#limitations)
3131
* [Have a question or want to suggest an improvement?](#have-a-question-or-want-to-suggest-an-improvement)
3232
* [FAQ](#faq)
33-
* [How to refer to multiple modules?](#how-to-refer-to-multiple-modules)
33+
* [How to reference multiple CSS modules?](#how-to-reference-multiple-css-modules)
3434

3535
## CSS Modules
3636

@@ -349,7 +349,7 @@ const _styleModuleImportMap = {
349349

350350
## FAQ
351351

352-
### How to refer to multiple modules?
352+
### How to reference multiple CSS modules?
353353

354354
`react-css-modules` had an option [`allowMultiple`](https://github.com/gajus/react-css-modules#allowmultiple). `allowMultiple` allows multiple CSS module names in a `styleName` declaration, e.g.
355355

0 commit comments

Comments
 (0)