Skip to content

Commit f447ce7

Browse files
authored
Fix utilities checkContext arguments array (#765)
Wrong markdown syntax, fixed
1 parent ef388ef commit f447ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/utilities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ Restrict a hook to run for certain methods and method types.
123123
- `{String | Array< String >} [ methods ]`
124124
- `{String} [ label ]`
125125

126-
| Argument | Type | Default | Description |
126+
| Argument | Type | Default | Description | |
127127
| --------- | :------: | ---------------- | --------------------------------- | --------------------------------------------------------------- |
128-
| `context` | `Object` | | The hook context. |
128+
| `context` | `Object` | | The hook context. | |
129129
| `type` | `String | Array< String >` | all types | The service type allowed - before, after, error. |
130130
| `methods` | `String | Array< String >` | all methods | The service methods allowed - find, get, update, patch, remove. |
131-
| `label` | `String` | `'anonymous'` | Name of hook to use with `throw`. |
131+
| `label` | `String` | `'anonymous'` | Name of hook to use with `throw`. | |
132132

133133
- **Example**
134134

0 commit comments

Comments
 (0)