Corrected CSS Hover Documentation text (#202142)

This commit is contained in:
Louis Lazaris 2024-01-10 08:42:16 -05:00 committed by GitHub
parent 314c9891c3
commit 89eb2de093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
"css.trace.server.desc": "Traces the communication between VS Code and the CSS language server.",
"css.validate.title": "Controls CSS validation and problem severities.",
"css.validate.desc": "Enables or disables all validations.",
"css.hover.documentation": "Show tag and attribute documentation in CSS hovers.",
"css.hover.documentation": "Show property and value documentation in CSS hovers.",
"css.hover.references": "Show references to MDN in CSS hovers.",
"css.format.enable.desc": "Enable/disable default CSS formatter.",
"css.format.newlineBetweenSelectors.desc": "Separate selectors with a new line.",
@ -62,7 +62,7 @@
"less.lint.zeroUnits.desc": "No unit for zero needed.",
"less.validate.title": "Controls LESS validation and problem severities.",
"less.validate.desc": "Enables or disables all validations.",
"less.hover.documentation": "Show tag and attribute documentation in LESS hovers.",
"less.hover.documentation": "Show property and value documentation in LESS hovers.",
"less.hover.references": "Show references to MDN in LESS hovers.",
"less.format.enable.desc": "Enable/disable default LESS formatter.",
"less.format.newlineBetweenSelectors.desc": "Separate selectors with a new line.",
@ -96,7 +96,7 @@
"scss.lint.zeroUnits.desc": "No unit for zero needed.",
"scss.validate.title": "Controls SCSS validation and problem severities.",
"scss.validate.desc": "Enables or disables all validations.",
"scss.hover.documentation": "Show tag and attribute documentation in SCSS hovers.",
"scss.hover.documentation": "Show property and value documentation in SCSS hovers.",
"scss.hover.references": "Show references to MDN in SCSS hovers.",
"scss.format.enable.desc": "Enable/disable default SCSS formatter.",
"scss.format.newlineBetweenSelectors.desc": "Separate selectors with a new line.",