Skip to content

Commit c4e326c

Browse files
committed
Wording fix
1 parent 0298edd commit c4e326c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Guards
22

3-
A guard is a class annotated with the `@Injectable()` decorator. Guards should implement the `CanActivate` interface.
3+
A guard is a class annotated with the `@Injectable()` decorator, which implements the `CanActivate` interface.
44

55
<figure><img src="/assets/Guards_1.png" /></figure>
66

content/interceptors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Interceptors
22

3-
An interceptor is a class annotated with the `@Injectable()` decorator. Interceptors should implement the `NestInterceptor` interface.
3+
An interceptor is a class annotated with the `@Injectable()` decorator, which implements the `NestInterceptor` interface.
44

55
<figure><img src="/assets/Interceptors_1.png" /></figure>
66

content/pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Pipes
22

3-
A pipe is a class annotated with the `@Injectable()` decorator. Pipes should implement the `PipeTransform` interface.
3+
A pipe is a class annotated with the `@Injectable()` decorator, which implements the `PipeTransform` interface.
44

55
<figure>
66
<img src="/assets/Pipe_1.png" />

0 commit comments

Comments
 (0)