Skip to content

Commit c26ebcb

Browse files
committed
Docs: Cleanup registry error message subtitles
1 parent d51c6eb commit c26ebcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/api/registry.md

+5-5
Original file line numberDiff line numberDiff 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

5454
When 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

6060
When 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

6666
When 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

7272
When 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

7878
When a registry without a `tasks` method is passed as `registryInstance`, throws an error with the message:
7979

0 commit comments

Comments
 (0)