Skip to content

Commit 3d32e58

Browse files
author
Yuri Withowsky
committed
fix: correcting text in PT-br
1 parent 6f6b743 commit 3d32e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/pt/TypeScript/Language Extensions/Types vs Interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ interface Gato {
6161
}
6262

6363
// Por outro lado tipos não podem ser alterados fora
64-
// da prórpia declaração.
64+
// da própria declaração.
6565

6666
type Filhote = {
6767
cor: string;

0 commit comments

Comments
 (0)