Skip to content

Commit b875547

Browse files
authored
Fix typo in comment (#1056)
1 parent ef8376e commit b875547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/css-modules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export function cssModulesConfig(options) {
3333
}
3434

3535
/**
36-
* This is done because if you use the cli default property, you get a primiatve "null" or "false",
36+
* This is done because if you use the cli default property, you get a primitive "null" or "false",
3737
* but when using the cli arguments, you always get back strings. This method aims at correcting those
38-
* for both realms. So that both realms _convert_ into primatives.
38+
* for both realms. So that both realms _convert_ into primitives.
3939
*/
4040
function processCssmodulesArgument(options) {
4141
if (options['css-modules'] === 'true' || options['css-modules'] === true)

0 commit comments

Comments
 (0)