Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b3d7de5

Browse files
committed
Spell correction for justify-self
1 parent 764921c commit b3d7de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"isolation": {"values": ["auto", "isolate"]},
142142
"justify-content": {"values": ["center", "flex-end", "flex-start", "space-around", "space-between"]},
143143
"justify-items": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "legacy", "inherit", "initial"]},
144-
"justity-self": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "inherit", "initial"]},
144+
"justify-self": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "inherit", "initial"]},
145145
"left": {"values": ["auto", "inherit"]},
146146
"letter-spacing": {"values": ["normal", "inherit"]},
147147
"line-height": {"values": ["normal", "inherit"]},

0 commit comments

Comments
 (0)