Fix spelling of 'inputed'

Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.'
Closes #6787
pull/6788/head
BKinahan 2016-02-06 22:31:28 +00:00
parent 43377e1d38
commit 01f5945e0f
1 changed files with 1 additions and 1 deletions

View File

@ -1580,7 +1580,7 @@
"id": "bad87fee1348bd9aedf08830",
"title": "Add Placeholder Text to a Text Field",
"description": [
"Your placeholder text is what appears in your text <code>input</code> before your user has inputed anything.",
"Your placeholder text is what appears in your text <code>input</code> before your user has input anything.",
"You can create placeholder text like so:",
"<code>&#60;input type=\"text\" placeholder=\"this is placeholder text\"&#62;</code>",
"Set the <code>placeholder</code> value of your text <code>input</code> to \"cat photo URL\"."