Merge pull request #6788 from BKinahan/fix/spelling-of-input
Fix spelling of 'inputed'
This commit is contained in:
@ -1580,7 +1580,7 @@
|
|||||||
"id": "bad87fee1348bd9aedf08830",
|
"id": "bad87fee1348bd9aedf08830",
|
||||||
"title": "Add Placeholder Text to a Text Field",
|
"title": "Add Placeholder Text to a Text Field",
|
||||||
"description": [
|
"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:",
|
"You can create placeholder text like so:",
|
||||||
"<code><input type=\"text\" placeholder=\"this is placeholder text\"></code>",
|
"<code><input type=\"text\" placeholder=\"this is placeholder text\"></code>",
|
||||||
"Set the <code>placeholder</code> value of your text <code>input</code> to \"cat photo URL\"."
|
"Set the <code>placeholder</code> value of your text <code>input</code> to \"cat photo URL\"."
|
||||||
|
Reference in New Issue
Block a user