Skip to content

Commit

Permalink
spelling: subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 28, 2017
1 parent 5489bdc commit 0b42903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pureComputedBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('Pure Computed', function() {
expect(notifiedValues).toEqual(['B']);
});

it('Should go back to sleep when all subcriptions are disposed', function() {
it('Should go back to sleep when all subscriptions are disposed', function() {
var data = ko.observable('A'),
computed = ko.pureComputed(data),
subscription = computed.subscribe(function () {});
Expand Down

0 comments on commit 0b42903

Please sign in to comment.