Skip to content

Commit

Permalink
spelling: pathological
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 2e6811a commit 4990641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscribables/mappingHelpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

(function() {
var maxNestedObservableDepth = 10; // Escape the (unlikely) pathalogical case where an observable's current value is itself (or similar reference cycle)
var maxNestedObservableDepth = 10; // Escape the (unlikely) pathological case where an observable's current value is itself (or similar reference cycle)

ko.toJS = function(rootObject) {
if (arguments.length == 0)
Expand Down

0 comments on commit 4990641

Please sign in to comment.