mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fixed typo in py and js challenge 38 (#62062)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ dashedName: javascript-challenge-38
|
||||
|
||||
# --description--
|
||||
|
||||
Given a string, return a URL friendly version of the string using the following contraints:
|
||||
Given a string, return a URL friendly version of the string using the following constraints:
|
||||
|
||||
- All letters should be lowercase.
|
||||
- All characters that are not letters, numbers, or spaces should be removed.
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ dashedName: python-challenge-38
|
||||
|
||||
# --description--
|
||||
|
||||
Given a string, return a URL friendly version of the string using the following contraints:
|
||||
Given a string, return a URL friendly version of the string using the following constraints:
|
||||
|
||||
- All letters should be lowercase.
|
||||
- All characters that are not letters, numbers, or spaces should be removed.
|
||||
|
||||
Reference in New Issue
Block a user