From 120b111141abcffca11e63aa98639fb7d66073a6 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Tue, 12 Oct 2021 17:08:10 +1100 Subject: [PATCH] Update type-assertion.md --- docs/types/type-assertion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/type-assertion.md b/docs/types/type-assertion.md index c6c91a4e..a052263a 100644 --- a/docs/types/type-assertion.md +++ b/docs/types/type-assertion.md @@ -113,4 +113,4 @@ Basically, the assertion from type `S` to `T` succeeds if either `S` is a subtyp Both are *equally unsafe* as far as TypeScript is concerned. Use what makes you happy. Considerations: * Linters prefer `unknown` (with `no-explicit-any` rule) -* `any` is less words to type than `unknown` +* `any` is less characters to type than `unknown`