Skip to content

Commit d69430c

Browse files
authored
docs: funtion ▶︎ function (#904)
fixes the mistyped spelling of "function"
1 parent e46474e commit d69430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/docs/about-slow-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ would require type inference to emit a declaration file. This is very similar to
379379
the "no slow types" policy of JSR.
380380

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

384384
```ts
385385
// This is not allowed with `isolatedDeclarations`.

0 commit comments

Comments
 (0)