8000 Fix minor typo: change HTML `<Label>` to `<label>` (#238) · omaklog/nativescript-vue.org@500c007 · GitHub
[go: up one dir, main page]

Skip to content

Commit 500c007

Browse files
tinymachinerigor789
authored andcommitted
Fix minor typo: change HTML <Label> to <label> (nativescript-vue#238)
HTML tag names are technically case-insensitive, but conventionally they are lowercase, so `<label>` looks more familiar when referring to the HTML element.
1 parent be2d708 commit 500c007

File tree

1 file changed

+1
-1
lines changed
  • content/docs/en/elements/components

1 file changed

+1
-1
lines changed

content/docs/en/elements/components/label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska]
66

77
`<Label>` is a UI component that displays read-only text.
88

9-
**IMPORTANT**: This `<Label>` is **not** the same as the HTML `<Label>`.
9+
**IMPORTANT**: This `<Label>` is **not** the same as the HTML `<label>`.
1010

1111
---
1212

0 commit comments

Comments
 (0)
0