Skip to content

Commit 51e149f

Browse files
committed
spelling: original
1 parent 0a68e29 commit 51e149f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

open-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ rules:
446446
447447
---
448448
449-
This issue was moved from {{owner}}/{{repo}}#{{issue.number}} by @{{comment.actor.login}}. Orginal issue was by @{{issue.user.login}}.
449+
This issue was moved from {{owner}}/{{repo}}#{{issue.number}} by @{{comment.actor.login}}. Original issue was by @{{issue.user.login}}.
450450
451451
{{{comment_match.[2]}}}
452452
comment:

test/browsertest/lib/index.web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("main", function() {
3737
// Comments work!
3838
exports.ok = true;
3939
test(require("subcontent") === "replaced", "node_modules should be replaced with web_modules");
40-
test(require("subcontent2/file.js") === "orginal", "node_modules should still work when web_modules exists");
40+
test(require("subcontent2/file.js") === "original", "node_modules should still work when web_modules exists");
4141
done();
4242
});
4343
});

test/browsertest/node_modules/subcontent2/file.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)