Skip to content

Commit 126c2f7

Browse files
committed
docs: tiny typo
Remove incorrect parentheses
1 parent 131af41 commit 126c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/execution-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const roles = this.reflector.getAllAndMerge(Roles, [context.getHandler(), contex
255255

256256
This would result in `roles` containing `['user', 'admin']`.
257257

258-
For both of these merge methods, you pass the metadata key as the first argument, and an array of metadata target contexts (i.e., calls to the `getHandler()` and/or `getClass())` methods) as the second argument.
258+
For both of these merge methods, you pass the metadata key as the first argument, and an array of metadata target contexts (i.e., calls to the `getHandler()` and/or `getClass()` methods) as the second argument.
259259

260260
#### Low-level approach
261261

0 commit comments

Comments
 (0)