Skip to content

Commit ff9727e

Browse files
author
Tan Jia Ming
committed
Fix spelling
1 parent 4d8b710 commit ff9727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ It is a recommended way to use this tool.
8585

8686
### As standard Node.js package
8787

88-
This package is also a Node.js module. For exmaple, you can read `from.css`,
88+
This package is also a Node.js module. For example, you can read `from.css`,
8989
process its content, and output processed CSS to STDOUT:
9090

9191
```javascript
@@ -251,7 +251,7 @@ This does not occur on small project. However, this could occur frequently on
251251
large project. For example, if you want to override a CSS framework (like
252252
Bootstrap) component declaration, your whole CSS code will be something similar
253253
to above example. To avoid this problem, you should pack only CSS you write, and
254-
then concaenate with a CSS framework.
254+
then concatenate with a CSS framework.
255255

256256

257257
### The “First Win” Algorithm

0 commit comments

Comments
 (0)