There was an error while loading. Please reload this page.
1 parent 2d9d7bb commit 1a761a6Copy full SHA for 1a761a6
1 file changed
lib/core.js
@@ -1273,7 +1273,7 @@
1273
var link3 = link._uri?.replace(/\/+$/, '');
1274
1275
if (link1 === link2) {
1276
- link.error = "Canonical link is removed unlesss explicitely allowed";
+ link.error = "Canonical link is removed unless explicitly allowed";
1277
} else if (link3 === link2) {
1278
link.error = "Link redirected to the canonical";
1279
}
0 commit comments