Skip to content

Commit 92a6bd1

Browse files
authored
Update plugins.md
1 parent 0c43902 commit 92a6bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ConsoleLogOnBuildWebpackPlugin.prototype.apply = function(compiler) {
3030
};
3131
```
3232

33-
T> As clever JavaScript developer you may remember the `Function.prototype.apply` method. Because of this method you can pass any function as plugin (`this` will point to the `compiler`). You can use this style to inline custom plugins in your configuration.
33+
T> As a clever JavaScript developer you may remember the `Function.prototype.apply` method. Because of this method you can pass any function as plugin (`this` will point to the `compiler`). You can use this style to inline custom plugins in your configuration.
3434

3535
## Usage
3636

0 commit comments

Comments
 (0)