Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0a865a6

Browse files
committed
Replaced angle brackets with backticks
Right now <enter> doesn't show up on the docs, so angle brackets were replaced with backticks.
1 parent b51cf7a commit 0a865a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-input.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* <core-input multiline placeholder="Enter multiple lines here"></core-input>
2020
*
21-
* The text input's value is considered "committed" if the user hits the <enter>
21+
* The text input's value is considered "committed" if the user hits the `enter`
2222
* key or blurs the input after changing the value. The "change" event is fired
2323
* when the value becomes committed, and the committed value is stored in the
2424
* "value" property. The current value of the input is stored in the "inputValue"
@@ -54,7 +54,7 @@
5454
5555
/**
5656
* Fired when the user commits the value of the input, either by the hitting the
57-
* <enter> key or blurring the input after the changing the inputValue. Also see the
57+
* `enter` key or blurring the input after the changing the inputValue. Also see the
5858
* DOM "change" event.
5959
*
6060
* @event change
@@ -143,7 +143,7 @@
143143

144144
/**
145145
* The value of the input committed by the user, either by changing the
146-
* inputValue and blurring the input, or by hitting the <enter> key.
146+
* inputValue and blurring the input, or by hitting the `enter` key.
147147
*
148148
* @attribute value
149149
* @type string

0 commit comments

Comments
 (0)