Skip to content

Commit 57b5ddd

Browse files
authored
Corrected the wrong words ('також' instead of 'теє') (#651)
Corrected the wrong words ('також' instead of 'теє')
1 parent f0934b6 commit 57b5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/17-regexp-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ while (result = regexp.exec(str)) {
276276
}
277277
```
278278

279-
Нині це теє працює, хоча для новіших браузерів `str.matchAll`, зазвичай, зручніший.
279+
Нині це також працює, хоча для новіших браузерів `str.matchAll`, зазвичай, зручніший.
280280

281281
**Можна використовувати `regexp.exec` для пошуку із зазначеної позиції, вручну змінивши `lastIndex`.**
282282

0 commit comments

Comments
 (0)