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

Commit d7eb1fd

Browse files
committed
Merge pull request #8533 from le717/keyword-lower
Fix capitalization error in name="keywords" meta attribute
2 parents f6e4521 + a25c4ca commit d7eb1fd

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)