Skip to content

Commit 190f7b1

Browse files
wip
1 parent 9657748 commit 190f7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyvault/KeyVaultOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface KeyVaultOptions {
2222
* Specifies the refresh interval in milliseconds for periodically reloading secret from Key Vault.
2323
* @remarks
2424
* If specified, the value must be greater than 60 seconds.
25-
* Any refresh operation triggered using {@see AzureAppConfiguration.refresh()} will not update the value for a Key Vault secret until the refresh interval has expired.
25+
* Any refresh operation triggered using @see AzureAppConfiguration.refresh() will not update the value for a Key Vault secret until the refresh interval has expired.
2626
*/
2727
secretRefreshIntervalInMs?: number;
2828

0 commit comments

Comments
 (0)