diff --git a/test/unit/directive.js b/test/unit/directive.js index 36f210d..52439ff 100644 --- a/test/unit/directive.js +++ b/test/unit/directive.js @@ -189,7 +189,7 @@ describe("Directive", function () { assert.equal(el.text(), "Hello"); }); - it("Changing language should translate again not loosing scope", function () { + it("Changing language should translate again not losing scope", function () { catalog.setCurrentLanguage("nl"); $rootScope.providedName = "Ruben"; var el = $compile("
Hello {{name}}!
")($rootScope);