Skip to content

Commit f91c388

Browse files
authored
Docs: Remove typo in custom registry docs (#2543)
1 parent df25250 commit f91c388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/creating-custom-registries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Must return an object listing all tasks in the registry.
9595

9696
### Sharing Tasks
9797

98-
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.
98+
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.
9999

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

0 commit comments

Comments
 (0)