Skip to content
Browse files

fixed typo, changed as to us

  • Loading branch information...
1 parent 34ebe8e commit ba36bd5d42e0d78f4d38a754efa4c21ad47da043 @BrahmRamkissoon BrahmRamkissoon committed
Showing with 2 additions and 2 deletions.
  1. +2 −2 How-to-start-when-you-are-stuck-(II).md
View
4 How-to-start-when-you-are-stuck-(II).md
@@ -6,7 +6,7 @@ Let’s try an example. If we take a look at one of the Free Code Camp exercices
![](http://biancamihai.github.io/img/Algorithm-1.png)
-So what does Free Code Camp want from us with this problem? Well it wants as to create a function that gets a string as a parameter and returns an integer. This integer should represent the length of the longest word in this string. Usually you can solve a problem on Free Code Camp by just looking at the **More information** text. In this case Free code camp is giving us some very good tips:
+So what does Free Code Camp want from us with this problem? Well it wants us to create a function that gets a string as a parameter and returns an integer. This integer should represent the length of the longest word in this string. Usually you can solve a problem on Free Code Camp by just looking at the **More information** text. In this case Free code camp is giving us some very good tips:
Return the length of the longest word in the provided sentence.
Your response should be a number.
@@ -27,4 +27,4 @@ Searching through the MDN documentation you’ll find out that you can use the m
![](http://biancamihai.github.io/img/Algorithm-3.png)
-**[How to start when you are stuck (III)](https://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-start-when-you-are-stuck-(III))**
+**[How to start when you are stuck (III)](https://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-start-when-you-are-stuck-(III))**

0 comments on commit ba36bd5

Please sign in to comment.
Something went wrong with that request. Please try again.