We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6787e commit 120b111Copy full SHA for 120b111
docs/types/type-assertion.md
@@ -113,4 +113,4 @@ Basically, the assertion from type `S` to `T` succeeds if either `S` is a subtyp
113
Both are *equally unsafe* as far as TypeScript is concerned. Use what makes you happy. Considerations:
114
115
* Linters prefer `unknown` (with `no-explicit-any` rule)
116
-* `any` is less words to type than `unknown`
+* `any` is less characters to type than `unknown`
0 commit comments