Skip to content

Commit

Permalink
Merge pull request #63 from jiaming10/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
hail2u authored Jun 8, 2018
2 parents 4d8b710 + ff9727e commit 93ef2ef
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 93ef2ef

Please sign in to comment.