Skip to content

Commit b88d3ee

Browse files
authored
docs: Remove 2x "just", fix 1 typo (#73)
"Just" isn't a helpful word for learners.
1 parent 27f815a commit b88d3ee

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
@@ -73,7 +73,7 @@ module.exports = ({ mode }) => {
7373

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

76-
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`:
76+
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`:
7777

7878
```js
7979
module.exports = ({ mode }) => {
@@ -253,7 +253,7 @@ You need another option? Then you should think about:
253253
Contributing
254254
------------------------------------------------------------------------
255255

256-
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.
256+
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.
257257

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

0 commit comments

Comments
 (0)