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

Commit a25c4ca

Browse files
author
Triangle717
committed
Fix capitalization error in name="keywords" meta attribute
1 parent 6e8c643 commit a25c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/default/HTMLCodeHints/HtmlAttributes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"multiple": { "attribOption": [], "type": "flag" },
168168
"muted": { "attribOption": [], "type": "flag" },
169169
"name": { "attribOption": [] },
170-
"meta/name": { "attribOption": ["application-name", "author", "description", "generator", "Keywords"] },
170+
"meta/name": { "attribOption": ["application-name", "author", "description", "generator", "keywords"] },
171171
"novalidate": { "attribOption": [], "type": "flag" },
172172
"open": { "attribOption": [], "type": "flag" },
173173
"optimum": { "attribOption": [] },

0 commit comments

Comments
 (0)