Skip to content

Commit decfb94

Browse files
authored
Update literal-types.md
1 parent 9c4a43e commit decfb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/literal-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ They are not very useful on their own but can be combined in a type union to cre
2020

2121
```ts
2222
type CardinalDirection =
23-
"North"
23+
| "North"
2424
| "East"
2525
| "South"
2626
| "West";

0 commit comments

Comments
 (0)