Skip to content

Commit 1896a39

Browse files
authored
Update 9-regular-expressions/17-regexp-methods/article.md
1 parent bc67b57 commit 1896a39

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
@@ -24,7 +24,7 @@ Possui 3 modos:
2424
alert( result.input ); // Eu amo JavaScript (string original)
2525
```
2626

27-
2. Se a `regexp` tiver a flag `padrão:g`, ela retornará uma matriz de todas as correspondências como strings, sem capturar grupos e outros detalhes.
27+
2. Se a `regexp` tiver a flag `padrão:g`, ela retornará uma matriz com todas as correspondências como strings, sem capturar grupos e outros detalhes.
2828
```js run
2929
let str = "Eu amo JavaScript";
3030

0 commit comments

Comments
 (0)