Skip to content

Commit

Permalink
style: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 20, 2016
1 parent 8f0d96c commit 3ee6d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe("Instance",() => {
.then((instance) => chai.expect(instance.save({ $set: { answer: 10 } })).to.eventually.have.property("answer", 10));
});

it("should allow you tp specify a custom update query and conditions for the update",() => {
it("should allow you to specify a custom update query and conditions for the update",() => {
return core.Test.insert({
answer: 1
})
Expand Down

0 comments on commit 3ee6d80

Please sign in to comment.