mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
very minor grammatical error fixed
This commit is contained in:
parent
3eff07345e
commit
02e5ada304
@ -1090,7 +1090,7 @@
|
||||
"name": "Waypoint: Style Text Inputs as Form Controls",
|
||||
"difficulty" : 0.061,
|
||||
"description": [
|
||||
"Give your form's text input field in a class of \"form-control\". Give your form's submit button the classes \"btn btn-primary\" and give it the Font Awesome icon of \"fa-paper-plane\"."
|
||||
"Give your form's text input field a class of \"form-control\". Give your form's submit button the classes \"btn btn-primary\" and give it the Font Awesome icon of \"fa-paper-plane\"."
|
||||
],
|
||||
"tests": [
|
||||
"assert($('.btn-primary').length > 1, 'Give the submit button in your form the classes \"btn btn-primary\".')",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user