Skip to content

Commit

Permalink
docs: Remove 2x "just", fix 1 typo (#73)
Browse files Browse the repository at this point in the history
"Just" isn't a helpful word for learners.
  • Loading branch information
jhnns committed Mar 5, 2020
1 parent 27f815a commit b88d3ee
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 @@ -73,7 +73,7 @@ module.exports = ({ mode }) => {

### [Extracting the index.html](https://github.com/peerigon/extract-loader/tree/master/examples/index-html)

You can even add your `index.html` as `entry` and just reference your stylesheets from there. You just need to tell the html-loader to also pick up `link:href`:
You can even add your `index.html` as `entry` and reference your stylesheets from there. In that case, tell the html-loader to also pick up `link:href`:

```js
module.exports = ({ mode }) => {
Expand Down Expand Up @@ -253,7 +253,7 @@ You need another option? Then you should think about:
Contributing
------------------------------------------------------------------------

From opening a bug report to creating a pull request: **every contribution is appreciated and welcome**. If you're planing to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain.
From opening a bug report to creating a pull request: **every contribution is appreciated and welcome**. If you're planning to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain.

All pull requests should have 100% test coverage (with notable exceptions) and need to pass all tests.

Expand Down

0 comments on commit b88d3ee

Please sign in to comment.