Skip to content

Commit 63ff390

Browse files
committed
docs(pt): resolver files path
1 parent fd371a7 commit 63ff390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/pt/challenges/angular/4-context-outlet-typed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Este exercício tem dois níveis de complexidade.
3030

3131
Atualmente nós temos o seguinte trecho de código.
3232

33-
![Unkown Person](../../../../assets/4/unknown-person.png 'Unkown Person')
33+
![Unkown Person](../../../../../assets/4/unknown-person.png 'Unkown Person')
3434

3535
Como podemos ver, `name` é do tipo `any`. Queremos inferir o tipo correto usando a diretiva personalizada `PersonDirective`.
3636

3737
### Level 2: Interface Genérica
3838

3939
No momento presente, temos o seguinte trecho de código.
4040

41-
![Unkown Student](../../../../assets/4/unknown-student.png 'Unkown Student')
41+
![Unkown Student](../../../../../assets/4/unknown-student.png 'Unkown Student')
4242

4343
Como podemos ver, `student` é do tipo `any`. Queremos inferir o tipo correto usando a diretiva personalizada `ListDirective`.
4444

0 commit comments

Comments
 (0)