mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
fix(curriculum): typo - changed "occurrence" to "occurrences" (#55082)
This commit is contained in:
committed by
GitHub
parent
fde6a505fd
commit
10fae3d41b
@@ -7,7 +7,7 @@ dashedName: step-16
|
||||
|
||||
# --description--
|
||||
|
||||
The dollar value may be more than one digit. To match this, the `+` quantifier can be used - this matches one or more consecutive occurrence. For example, the regular expression `/a+/` matches one or more consecutive `a` characters.
|
||||
The dollar value may be more than one digit. To match this, the `+` quantifier can be used - this matches one or more consecutive occurrences. For example, the regular expression `/a+/` matches one or more consecutive `a` characters.
|
||||
|
||||
Update your regular expression to match one or more consecutive digits.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user