Skip to content

Commit b557abb

Browse files
authored
Fix typo in docs (#192)
1 parent ff1cc63 commit b557abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default class Conf<T extends Record<string, any> = Record<string, unknown
281281
/**
282282
Watches the given `key`, calling `callback` on any changes.
283283
284-
@param key - The key wo watch.
284+
@param key - The key to watch.
285285
@param callback - A callback function that is called on any changes. When a `key` is first set `oldValue` will be `undefined`, and when a key is deleted `newValue` will be `undefined`.
286286
@returns A function, that when called, will unsubscribe.
287287
*/

0 commit comments

Comments
 (0)