Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 10, 2017
1 parent f825e28 commit 1add304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ webpack({
});
```

The loader returns the received arguments, which means that you can place the **inspect-loader** in the middle of your loader pipeline. You can even have inspect multiple loaders:
The loader returns the received arguments, which means that you can place the **inspect-loader** in the middle of your loader pipeline. You can even inspect multiple loaders:

```js
webpack({
Expand Down

0 comments on commit 1add304

Please sign in to comment.