Skip to content

Commit ac992f7

Browse files
shail-mehtashail-mehtat-hamano
authored
Added missing double quote in number control (#69207)
Co-authored-by: shail-mehta <[email protected]> Co-authored-by: t-hamano <[email protected]>
1 parent 388d664 commit ac992f7

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/number-control

1 file changed

+1
-1
lines changed

packages/components/src/number-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
55
</div>
66

7-
NumberControl is an enhanced HTML [`input[type="number]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number) element.
7+
NumberControl is an enhanced HTML [`input[type="number"]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number) element.
88

99
## Usage
1010

0 commit comments

Comments
 (0)