Skip to content

Commit

Permalink
docs: funtion ▶︎ function (#904)
Browse files Browse the repository at this point in the history
fixes the mistyped spelling of "function"
  • Loading branch information
zapbampow authored Jan 23, 2025
1 parent e46474e commit d69430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docs/about-slow-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ would require type inference to emit a declaration file. This is very similar to
the "no slow types" policy of JSR.

For example, just like JSR, TypeScript with `isolatedDeclarations` enabled would
not allow funtion declarations without an explicit return type:
not allow function declarations without an explicit return type:

```ts
// This is not allowed with `isolatedDeclarations`.
Expand Down

0 comments on commit d69430c

Please sign in to comment.