fix(curriculum): fixed typo in py and js challenge 38 (#62062)

This commit is contained in:
Clarence Bakosi
2025-09-06 10:46:49 +01:00
committed by GitHub
parent 87cde2d1e8
commit c027a8db1b
2 changed files with 2 additions and 2 deletions
@@ -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.
@@ -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.