There was an error while loading. Please reload this page.
1 parent 9c4a43e commit decfb94Copy full SHA for decfb94
docs/types/literal-types.md
@@ -20,7 +20,7 @@ They are not very useful on their own but can be combined in a type union to cre
20
21
```ts
22
type CardinalDirection =
23
- "North"
+ | "North"
24
| "East"
25
| "South"
26
| "West";
0 commit comments