Skip to content

Commit a737f22

Browse files
thomasbisignaninorberttech
authored andcommitted
Fixed typo (#129)
1 parent bb561b0 commit a737f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matcher/TextMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function canMatch($pattern) : bool
101101
}
102102

103103
/**
104-
* Reaplce each type pattern (@[email protected]("lorem")) with placeholder, in order
104+
* Replace each type pattern (@[email protected]("lorem")) with placeholder, in order
105105
* to use preg_quote without destroying pattern & expanders.
106106
*
107107
* before replacement: "/users/@[email protected](200)/active"

0 commit comments

Comments
 (0)