From 0a865a67b81252a598c37e17bd3abcc4e0d28869 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sun, 1 Jun 2014 18:34:58 -0400 Subject: [PATCH] Replaced angle brackets with backticks Right now doesn't show up on the docs, so angle brackets were replaced with backticks. --- core-input.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-input.html b/core-input.html index cbb224e..d54da6e 100644 --- a/core-input.html +++ b/core-input.html @@ -18,7 +18,7 @@ * * * - * The text input's value is considered "committed" if the user hits the + * 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" @@ -54,7 +54,7 @@ /** * Fired when the user commits the value of the input, either by the hitting the - * 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 @@ -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 key. + * inputValue and blurring the input, or by hitting the `enter` key. * * @attribute value * @type string