Spelling: Fix spelling errors

* equal
* existence
* expectation
* expected
* intend
* message
* report
* singular
This commit is contained in:
Josh Soref
2013-10-30 15:14:11 -04:00
parent a2debf60b6
commit c7e3ca6c8a
7 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ describe('Spies', function () {
expect(spy.bob).toEqual("test");
});
it("warns the user that we indend to overwrite an existing property", function() {
it("warns the user that we intend to overwrite an existing property", function() {
TestClass.prototype.someFunction.and = "turkey";
expect(function() {