Skip to content

Commit

Permalink
Fix readme typo (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Aug 21, 2020
1 parent 22b6ea3 commit 9060c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -333,7 +333,7 @@ Watches the whole config object, calling `callback` on any changes.
Returns a function which you can use to unsubscribe:

```js
const unsubscribe = conf.onDidAnyChange(key, callback);
const unsubscribe = conf.onDidAnyChange(callback);

unsubscribe();
```
Expand Down

0 comments on commit 9060c49

Please sign in to comment.