Skip to content

Commit d5f4c87

Browse files
authored
Merge pull request #50 from spicyzboss/patch-1
docs: typo `function` in end-to-end-type-safety.md
2 parents 51ffea8 + 7bdeee4 commit d5f4c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/end-to-end-type-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Elysia support End-to-End Type-Safety between client-server with the [Eden](/plu
3434
/>
3535

3636
::: tip
37-
Hover over variable and functino to see type definition.
37+
Hover over variable and function to see type definition.
3838
:::
3939

4040
Elysia allows you change type on server and reflect the type definitions on the client, helping with auto-completion and type-enforcement.

0 commit comments

Comments
 (0)