Skip to content

Commit 6ad0059

Browse files
author
Adam Cole
committed
fix typo
1 parent c0a5b68 commit 6ad0059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matcher/url-match-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class UrlMatchValidator {
166166
* have a protocol in the URL string, in order to check for a word
167167
* character after the protocol separator (':').
168168
* @return {Boolean} `true` if the URL match does not have a full protocol, or
169-
* at least one word character in, `false` otherwise.
169+
* at least one word character in it, `false` otherwise.
170170
*/
171171
static urlMatchDoesNotHaveAtLeastOneWordChar( urlMatch: string, protocolUrlMatch: string ) {
172172
if( urlMatch && protocolUrlMatch ) {

0 commit comments

Comments
 (0)