You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -737,7 +737,7 @@ To build your own custom registry see the [undertaker documentation on custom re
737
737
738
738
#### registry
739
739
740
-
A registry instance or constructor. When passed in, the tasks from the current registry will be transferred to the new registry and then current registry will be replaced with the new registry.
740
+
A registry instance. When passed in, the tasks from the current registry will be transferred to the new registry and then current registry will be replaced with the new registry.
741
741
742
742
#### Example
743
743
@@ -765,16 +765,18 @@ var DefaultRegistry = require('undertaker-registry');
0 commit comments