Skip to content

Commit ab578b0

Browse files
committed
refactor: fixes syntax spelling error
1 parent 3565c17 commit ab578b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Neste artigo, abordaremos em profundidade vários métodos que funcionam com reg
44

55
## str.match(regexp)
66

7-
O método `str.macth(regexp)` pesquisa correspondências para `regexp` na string `str`.
7+
O método `str.match(regexp)` pesquisa correspondências para `regexp` na string `str`.
88

99
Possui 3 modos:
1010

0 commit comments

Comments
 (0)