You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/typescript/features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ function execute(command : Command_$union) {
173
173
```
174
174
175
175
:::info
176
-
Indepently of the option you choose, the compiler will warn you if you handle an invalid case.
176
+
Independently of the option you choose, the compiler will warn you if you handle an invalid case.
177
177
:::
178
178
179
179
If you want the TypeScript compiler to warn you when you don't handle all cases, you can use the common hack of adding a `default` case that stores the value in a variable of type `never`.
0 commit comments