Skip to content

Commit 6193343

Browse files
authored
Merge pull request #453 from eventualbuddha/patch-1
Remove incorrect apostrophe usage in "it's".
2 parents 0a1f992 + 2aef3f0 commit 6193343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const config = {
8484
};
8585
```
8686

87-
In the configuration above we have defined a rules which used our loader with it's two required properties: `test`, and `use`. This tells webpack's compiler the following:
87+
In the configuration above we have defined a rules which used our loader with its two required properties: `test`, and `use`. This tells webpack's compiler the following:
8888

8989
> "Hey webpack compiler, when you come across a path that resolves to a '.js' or '.jsx' file inside of a `require()`/`import` statement, **use** the `babel-loader` to transform it before you add it to the bundle".
9090

0 commit comments

Comments
 (0)