Skip to content

Commit ffd8c74

Browse files
author
Bret Ikehara
committed
fix typos
1 parent 38db904 commit ffd8c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gulpLoadPlugins({
6868
rename: {}, // a mapping of plugins to rename
6969
renameFn: function (name) { ... }, // a function to handle the renaming of plugins (the default works)
7070
postRequireTransforms: {}, // see documentation below
71-
maintainScope: true // toggles loadin all npm scopes like non-scoped packages
71+
maintainScope: true // toggles loading all npm scopes like non-scoped packages
7272
});
7373
```
7474

@@ -137,7 +137,7 @@ Note that if you specify the `renameFn` options with your own custom rename func
137137

138138
## npm Scopes
139139

140-
`gulp-load-plugins` comes with [npm scope](https://docs.npmjs.com/misc/scope) support. By default, the scoped plugins are accessible through an object on `plugins` that represents the scope. When `maintainScope = false`, the plugins are availble in the top level just like any other non-scoped plugins.
140+
`gulp-load-plugins` comes with [npm scope](https://docs.npmjs.com/misc/scope) support. By default, the scoped plugins are accessible through an object on `plugins` that represents the scope. When `maintainScope = false`, the plugins are available in the top level just like any other non-scoped plugins.
141141

142142
For example, if the plugin is `@myco/gulp-test-plugin` then you can access the plugin as shown in the following example:
143143

0 commit comments

Comments
 (0)