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

Commit

Permalink
Replaced angle brackets with backticks
Browse files Browse the repository at this point in the history
Right now <enter> doesn't show up on the docs, so angle brackets were replaced with backticks.
  • Loading branch information
jesselpalmer committed Jun 1, 2014
1 parent b51cf7a commit 0a865a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* <core-input multiline placeholder="Enter multiple lines here"></core-input>
*
* The text input's value is considered "committed" if the user hits the <enter>
* The text input's value is considered "committed" if the user hits the `enter`
* key or blurs the input after changing the value. The "change" event is fired
* when the value becomes committed, and the committed value is stored in the
* "value" property. The current value of the input is stored in the "inputValue"
Expand Down Expand Up @@ -54,7 +54,7 @@
/**
* Fired when the user commits the value of the input, either by the hitting the
* <enter> key or blurring the input after the changing the inputValue. Also see the
* `enter` key or blurring the input after the changing the inputValue. Also see the
* DOM "change" event.
*
* @event change
Expand Down Expand Up @@ -143,7 +143,7 @@

/**
* The value of the input committed by the user, either by changing the
* inputValue and blurring the input, or by hitting the <enter> key.
* inputValue and blurring the input, or by hitting the `enter` key.
*
* @attribute value
* @type string
Expand Down

0 comments on commit 0a865a6

Please sign in to comment.