Skip to content

Commit

Permalink
spelling: dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 13dfb82 commit 8c50861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pureComputedBehaviors.js
Expand Up @@ -118,7 +118,7 @@ describe('Pure Computed', function() {
// Accessing the computed evaluates it
expect(computed()).toEqual('A');

// No subscription is registered on the depenedent observable
// No subscription is registered on the dependent observable
expect(data.getSubscriptionsCount()).toEqual(0);

// getDependenciesCount returns the correct number
Expand Down

0 comments on commit 8c50861

Please sign in to comment.