Skip to content

Commit 584e447

Browse files
committed
📝 typescript
1 parent a952d05 commit 584e447

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

i18n/pt-BR/articles/typescript.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ class TypeScript extends Nullstack {
2323
// ...
2424
async serverFunction(context: NullstackServerContext) {}
2525

26-
async clientFunction(context: NuNullstackClientContextls) {}
26+
async clientFunction(context: NullstackClientContext) {}
2727
// ...
2828
}
29-
```
30-
31-
## Next step
32-
33-
> 🎉 **Parabéns!**. Você terminou com os conceitos principais!
34-
35-
⚔ Aprenda sobre [Transpilação e Segurança](/transpilation-and-security).
29+
```

0 commit comments

Comments
 (0)