This commit is contained in:
Nathan Sobo
2014-01-21 21:00:00 -07:00
parent f2e123e295
commit 81987efed7

View File

@@ -8,7 +8,7 @@ value of a namespaced config key with `atom.config.get`:
```coffeescript
# read a value with `config.get`
@showInvisibles() if config.get "edtior.showInvisibles"
@showInvisibles() if config.get "editor.showInvisibles"
```
Or you can use the `::observeConfig` to track changes from any view object.