Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#957 from Rafase282/fix
Browse files Browse the repository at this point in the history
Fix typos on Challenges
  • Loading branch information
Rafase282 committed May 15, 2016
2 parents 2d7dab7 + 98d1f44 commit 0e99dbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Challenge-Remove-Classes-From-An-Element-With-JQuery.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CHallenge Remove Classes from an element with jQuery
# Challenge Remove Classes from an element with jQuery

The same way we can add classes using jQuery, we an also remove them with `removeClass()`.

Expand Down
2 changes: 1 addition & 1 deletion Challenge-Responsively-Style-Checkboxes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CHallenge Responsively Style Checkboxes
# Challenge Responsively Style Checkboxes

You can use Bootstrap's `col-xs-*` classes on form elements, too! This way, our checkboxes will be evenly spread out across the page, regardless of how wide the screen resolution is.

Expand Down
2 changes: 1 addition & 1 deletion Challenge-Sift-Through-Text-With-Regular-Expressions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CHallenge Sift through Text with Regular Expressions
# Challenge Sift through Text with Regular Expressions

`Regular expressions` are used to find certain words or patterns inside of strings.

Expand Down
2 changes: 1 addition & 1 deletion Challenge-Understand-Boolean-Values.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CHallenge Understand Boolean Values
# Challenge Understand Boolean Values

Booleans can only hold the value of either true or false. They are basically little on-off switches.

0 comments on commit 0e99dbe

Please sign in to comment.