Skip to content

Commit a224cd5

Browse files
committed
fixed typo in readme
1 parent d5f33ac commit a224cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-module-style",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "This package helps you to work with module css and scss (sass)",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NPM Package, that helps you use modules css in your code.
99
![npm](https://img.shields.io/npm/l/get-module-style?color=green ) <!-- licence -->
1010

1111
## Package idea
12-
Always have to write styles['class'], is it really good solition? No, it's not.
12+
Always have to write styles['class'], is it really good solution? No, it's not.
1313

1414
``` tsx
1515
import * as styles from "./styles.module.scss";

0 commit comments

Comments
 (0)