We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a952d05 commit 584e447Copy full SHA for 584e447
i18n/pt-BR/articles/typescript.md
@@ -23,13 +23,7 @@ class TypeScript extends Nullstack {
23
// ...
24
async serverFunction(context: NullstackServerContext) {}
25
26
- async clientFunction(context: NuNullstackClientContextls) {}
+ async clientFunction(context: NullstackClientContext) {}
27
28
}
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).
+```
0 commit comments