Skip to content

Commit f357c25

Browse files
authored
Merge pull request #2383 from vsemozhetbyt/patch-12
Fix typo in 9.17 (Methods of RegExp and String)
2 parents beacc20 + 3a1091a commit f357c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17-regexp-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To find all hyphens, we need to use not the string `"-"`, but a regexp `pattern:
142142
alert( '12-34-56'.replace( *!*/-/g*/!*, ":" ) ) // 12:34:56
143143
```
144144
145-
The second argument is a replacement string. We can use special character in it:
145+
The second argument is a replacement string. We can use special characters in it:
146146
147147
| Symbols | Action in the replacement string |
148148
|--------|--------|

0 commit comments

Comments
 (0)