Skip to content

Commit 234aa80

Browse files
authored
fix(curriculum): grammatical typo (freeCodeCamp#57876)
1 parent eb8e96e commit 234aa80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/25-front-end-development/review-javascript-functional-programming/6723d2c154dd19d0025f7cd9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Review the concepts below to prepare for the upcoming quiz.
2424

2525
- Currying is a functional programming technique that transforms a function with multiple arguments into a sequence of functions, each taking a single argument.
2626

27-
Here is an example of a regualr function vs a curried function:
27+
Here is an example of a regular function vs a curried function:
2828

2929
```js
3030
// Regular function

curriculum/challenges/english/25-front-end-development/review-javascript/6723d3cfdd0717d3f1bf27e3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ In the above example, the `findFactorial` function is called recursively until `
26132613
26142614
- Currying is a functional programming technique that transforms a function with multiple arguments into a sequence of functions, each taking a single argument.
26152615
2616-
Here is an example of a regualr function vs a curried function:
2616+
Here is an example of a regular function vs a curried function:
26172617
26182618
```js
26192619
// Regular function

0 commit comments

Comments
 (0)