Skip to content

Commit 624a369

Browse files
miljan-aleksicskipjack
authored andcommitted
docs(api): fix typo in module-methods (#1552)
1 parent 5861ac6 commit 624a369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/api/module-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Aside from the module syntaxes described above, webpack also allows a few custom
305305
require.context(directory:String, includeSubdirs:Boolean /* optional, default true */, filter:RegExp /* optional */)
306306
```
307307
308-
Specify a whole group of dependencies using a path to the `directory`, an option to `includeSubdirs`, and a `filter` for more fine grained control of the mdoules included. These can then be easily `resolve`d later on.
308+
Specify a whole group of dependencies using a path to the `directory`, an option to `includeSubdirs`, and a `filter` for more fine grained control of the modules included. These can then be easily resolved later on:
309309
310310
```javascript
311311
var context = require.context('components', true, /\.html$/);

0 commit comments

Comments
 (0)