Skip to content

Commit dfab9af

Browse files
Update 9-regular-expressions/01-regexp-introduction/article.md
Co-authored-by: Ezequiel Castellanos <[email protected]>
1 parent ee79bcd commit dfab9af

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/01-regexp-introduction

1 file changed

+1
-1
lines changed

9-regular-expressions/01-regexp-introduction/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ El método `str.replace(regexp, replacement)` reemplaza las coincidencias encont
129129
Por ejemplo:
130130

131131
```js run
132-
// sin la flag g
132+
// sin la bandera g
133133
alert( "We will, we will".replace(/we/i, "I") ); // I will, we will
134134
135135
// con la flag g

0 commit comments

Comments
 (0)