Skip to content

Commit bf0c1ab

Browse files
authored
Clarify watchedSettings behavior in comments (#64)
1 parent 5bcc6b9 commit bf0c1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RefreshOptions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface RefreshOptions {
2121

2222
/**
2323
* One or more configuration settings to be watched for changes on the server.
24-
* Any modifications to watched settings will refresh all settings loaded by the configuration provider.
24+
* Any modifications to watched settings will refresh all settings loaded by the configuration provider when refresh() is called.
2525
*/
2626
watchedSettings?: WatchedSetting[];
27-
}
27+
}

0 commit comments

Comments
 (0)