Correct config.observe documentation

This commit is contained in:
probablycorey
2013-05-02 13:24:08 -07:00
parent 9f4fb29b58
commit 616bb487f4

View File

@@ -144,7 +144,7 @@ class Config
# Public: Establishes an event listener for a given key.
#
# Whenever the value of the key is changed, a callback is fired.
# `callback` is fired immediately and whenever the value of the key is changed
#
# keyPath - The {String} name of the key to watch
# callback - The {Function} that fires when the. It is given a single argument, `value`,