File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,31 +49,31 @@ If a `registryInstance` is passed, nothing will be returned. If no arguments are
4949
5050### Errors
5151
52- #### Incorrect Parameter
52+ #### Incorrect parameter
5353
5454When a constructor (instead of an instance) is passed as ` registryInstance ` , throws an error with the message:
5555
5656> Custom registries must be instantiated, but it looks like you passed a constructor.
5757
58- #### Missing get Method
58+ #### Missing ` get ` method
5959
6060When a registry without a ` get ` method is passed as ` registryInstance ` , throws an error with the message:
6161
6262> Custom registry must have ` get ` function.
6363
64- #### Missing set Method
64+ #### Missing ` set ` method
6565
6666When a registry without a ` set ` method is passed as ` registryInstance ` , throws an error with the message:
6767
6868> Custom registry must have ` set ` function.
6969
70- #### Missing init Method
70+ #### Missing ` init ` method
7171
7272When a registry without an ` init ` method is passed as ` registryInstance ` , throws an error with the message:
7373
7474> Custom registry must have ` init ` function"
7575
76- #### Missing tasks Method
76+ #### Missing ` tasks ` method
7777
7878When a registry without a ` tasks ` method is passed as ` registryInstance ` , throws an error with the message:
7979
You can’t perform that action at this time.
0 commit comments