Skip to content

Commit 1ccd673

Browse files
authored
Merge pull request #2624 from joaquinelio/patch-11
typpo
2 parents 964ba15 + 0e49461 commit 1ccd673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/11-regexp-groups/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ In the example below we only get the name `match:John` as a separate member of t
335335
let str = "Gogogo John!";
336336

337337
*!*
338-
// ?: exludes 'go' from capturing
338+
// ?: excludes 'go' from capturing
339339
let regexp = /(?:go)+ (\w+)/i;
340340
*/!*
341341

0 commit comments

Comments
 (0)