Skip to content

Commit

Permalink
spelling: superseded
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 5fe6e1a commit 834524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ describe("Ajax", function(){
expect(user.url()).toBe('http://example.com/roots/1/users/1');
});

it("should allow the scope for url on model to be superseeded by an instance", function(){
it("should allow the scope for url on model to be superseded by an instance", function(){
Spine.Model.host = '';
User.scope = "admin";
expect(User.url()).toBe('/admin/users');
Expand Down

0 comments on commit 834524d

Please sign in to comment.