diff --git a/src/app/config.coffee b/src/app/config.coffee index fff281562..b92d86f56 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -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`,