We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcc6b9 commit bf0c1abCopy full SHA for bf0c1ab
src/RefreshOptions.ts
@@ -21,7 +21,7 @@ export interface RefreshOptions {
21
22
/**
23
* 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.
+ * Any modifications to watched settings will refresh all settings loaded by the configuration provider when refresh() is called.
25
*/
26
watchedSettings?: WatchedSetting[];
27
-}
+}
0 commit comments