Skip to content

Commit 1a761a6

Browse files
committed
fix typos
1 parent 2d9d7bb commit 1a761a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
var link3 = link._uri?.replace(/\/+$/, '');
12741274

12751275
if (link1 === link2) {
1276-
link.error = "Canonical link is removed unlesss explicitely allowed";
1276+
link.error = "Canonical link is removed unless explicitly allowed";
12771277
} else if (link3 === link2) {
12781278
link.error = "Link redirected to the canonical";
12791279
}

0 commit comments

Comments
 (0)