Skip to content

Commit ce1cf76

Browse files
Update content/fundamentals/unit-testing.md
1 parent fa8cab9 commit ce1cf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The compiled module has several useful methods, as described in the following ta
314314
315315
#### Overriding globally registered enhancers
316316
317-
If you have a [globally registered guard](/security/authentication#enable-authentication-globally) (or pipe, interceptor, or filter), you need to take a few more steps to override that enhancer. To recap the original registration looks like this:
317+
If you have a globally registered guard (or pipe, interceptor, or filter), you need to take a few more steps to override that enhancer. To recap the original registration looks like this:
318318
319319
```typescript
320320
providers: [

0 commit comments

Comments
 (0)