Skip to content

Commit c027a8d

Browse files
authored
fix(curriculum): fixed typo in py and js challenge 38 (freeCodeCamp#62062)
1 parent 87cde2d commit c027a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68b06e589bf2273243814775.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: javascript-challenge-38
77

88
# --description--
99

10-
Given a string, return a URL friendly version of the string using the following contraints:
10+
Given a string, return a URL friendly version of the string using the following constraints:
1111

1212
- All letters should be lowercase.
1313
- All characters that are not letters, numbers, or spaces should be removed.

curriculum/challenges/english/blocks/daily-coding-challenges-python/68b06e589bf2273243814776.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: python-challenge-38
77

88
# --description--
99

10-
Given a string, return a URL friendly version of the string using the following contraints:
10+
Given a string, return a URL friendly version of the string using the following constraints:
1111

1212
- All letters should be lowercase.
1313
- All characters that are not letters, numbers, or spaces should be removed.

0 commit comments

Comments
 (0)