We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a5b68 commit 6ad0059Copy full SHA for 6ad0059
src/matcher/url-match-validator.ts
@@ -166,7 +166,7 @@ export class UrlMatchValidator {
166
* have a protocol in the URL string, in order to check for a word
167
* character after the protocol separator (':').
168
* @return {Boolean} `true` if the URL match does not have a full protocol, or
169
- * at least one word character in, `false` otherwise.
+ * at least one word character in it, `false` otherwise.
170
*/
171
static urlMatchDoesNotHaveAtLeastOneWordChar( urlMatch: string, protocolUrlMatch: string ) {
172
if( urlMatch && protocolUrlMatch ) {
0 commit comments