Skip to content

Commit b5e0258

Browse files
Merge pull request #3079 from ATeals/master
docs: tiny typo
2 parents 131af41 + 126c2f7 commit b5e0258

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)