Skip to content

Commit 20452eb

Browse files
committed
spelling: applies
1 parent 213226e commit 20452eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DependenciesBlockVariable.unittest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe("DependenciesBlockVariable", () => {
5959

6060
before(() => (applyMock = sandbox.spy()));
6161

62-
it("aplies information inside dependency templates", () => {
62+
it("applies information inside dependency templates", () => {
6363
dependencyTemplates = {
6464
get: function() {
6565
return {
@@ -75,7 +75,7 @@ describe("DependenciesBlockVariable", () => {
7575
should(applyMock.calledOnce).be.true();
7676
});
7777

78-
it("aplies information inside dependency templates", () => {
78+
it("applies information inside dependency templates", () => {
7979
dependencyTemplates = {
8080
get: function() {
8181
return false;

0 commit comments

Comments
 (0)