diff --git a/README.md b/README.md index fb0753a..f38984a 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ within parentheses `(...)`. For example, the regular expression `(?:c|g|p)ar` is `(c|g|p)ar` in that it matches the same characters but will not create a capture group.
-"(?:c|g|p)ar" => The car is parked in the garage.
+"(?:c|g|p)ar" => The car is parked in the garage.
 
[Test the regular expression](https://regex101.com/r/Rm7Me8/1)