We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46474e commit d69430cCopy full SHA for d69430c
frontend/docs/about-slow-types.md
@@ -379,7 +379,7 @@ would require type inference to emit a declaration file. This is very similar to
379
the "no slow types" policy of JSR.
380
381
For example, just like JSR, TypeScript with `isolatedDeclarations` enabled would
382
-not allow funtion declarations without an explicit return type:
+not allow function declarations without an explicit return type:
383
384
```ts
385
// This is not allowed with `isolatedDeclarations`.
0 commit comments