Skip to content

Commit 97147f5

Browse files
authored
Update migrating.md
1 parent 5652f99 commit 97147f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module.exports = {
249249
}
250250
```
251251

252-
### What is options?
252+
### What are `options`?
253253

254254
Good question. Well, strictly speaking it's 2 possible things; both ways to configure a webpack loader. Classically `options` was called `query` and was a string which could be appended to the name of the loader. Much like a query string but actually with [greater powers](https://github.com/webpack/loader-utils#parsequery):
255255

0 commit comments

Comments
 (0)