Skip to content

Commit 99c0414

Browse files
authored
minor spelling mistake
1 parent 4ef552c commit 99c0414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons/toolbox-category-drag/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default async function ({ addon }) {
9696
if (!dataLine) return undefined;
9797
return dataLine.substr(0, dataLine.length - COMMENT_TRAPPER_ID.length);
9898
}
99-
return optParse ? unefined : false;
99+
return optParse ? undefined : false;
100100
}
101101

102102
function saveOrdering() {

0 commit comments

Comments
 (0)