Skip to content

Commit

Permalink
Docs: Remove typo in custom registry docs (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Feb 8, 2021
1 parent df25250 commit f91c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/creating-custom-registries.md
Expand Up @@ -95,7 +95,7 @@ Must return an object listing all tasks in the registry.

### Sharing Tasks

To share common tasks with all your projects, you can expose an `init` method on the registry and it will receive the an instance of gulp as the only argument. You can then use `gulpInst.task(name, fn)` to register pre-defined tasks.
To share common tasks with all your projects, you can expose an `init` method on the registry and it will receive an instance of gulp as the only argument. You can then use `gulpInst.task(name, fn)` to register pre-defined tasks.

For example, you might want to share a `clean` task:

Expand Down

0 comments on commit f91c388

Please sign in to comment.