Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan Jia Ming committed Jun 8, 2018
1 parent 4d8b710 commit ff9727e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ It is a recommended way to use this tool.

### As standard Node.js package

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

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


### The “First Win” Algorithm
Expand Down

0 comments on commit ff9727e

Please sign in to comment.