Skip to content

Commit

Permalink
v8/fundamentals/execution-context.md: 잘못된 링크값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon-wooo authored and seungmun committed Dec 15, 2022
1 parent 045e17d commit fbe34df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/fundamentals/execution-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface RpcArgumentsHost {

#### ExecutionContext 클래스

`ExecutionContext``ArgumentsHost`를 상속 받으며, 현재 실행 프로세스에 대한 추가적인 세부사항을 제공합니다. `ArgumentsHost`와 같이, Nest는 우리가 원하는 곳에 `ExecutionContext` 인스턴스를 제공하며, [가드](/guards#execution-context)`canActive()`메서드나 [인터셉터](/interceptors#execution-context)`intercept()`메서드가 그 예시입니다. 인스턴스는 아래 메서드들을 제공합니다:
`ExecutionContext``ArgumentsHost`를 상속 받으며, 현재 실행 프로세스에 대한 추가적인 세부사항을 제공합니다. `ArgumentsHost`와 같이, Nest는 우리가 원하는 곳에 `ExecutionContext` 인스턴스를 제공하며, [가드](https://docs.nestjs.com/guards#execution-context)`canActive()`메서드나 [인터셉터](https://docs.nestjs.com/interceptors#execution-context)`intercept()`메서드가 그 예시입니다. 인스턴스는 아래 메서드들을 제공합니다:

```typescript
export interface ExecutionContext extends ArgumentsHost {
Expand Down

0 comments on commit fbe34df

Please sign in to comment.