Skip to content

Commit 8590abb

Browse files
authored
Update 9-regular-expressions/09-regexp-quantifiers/article.md
1 parent aee3d3b commit 8590abb

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/09-regexp-quantifiers

1 file changed

+1
-1
lines changed

9-regular-expressions/09-regexp-quantifiers/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ En acción:
105105
alert( "0 1 12.345 7890".match(/\d+\.\d+/g) ); // 12.345
106106
```
107107

108-
**Regexp para una "etiqueta HTML de apertura sin atributos", tales como `<span>` or `<p>`.**
108+
**Regexp para una "etiqueta HTML de apertura sin atributos", tales como `<span>` o `<p>`.**
109109

110110
1. La más simple: `pattern:/<[a-z]+>/i`
111111

0 commit comments

Comments
 (0)