diff --git a/sdk/appconfiguration/app-configuration/src/models.ts b/sdk/appconfiguration/app-configuration/src/models.ts index 58d89d3303d8..d2d8f8f40db8 100644 --- a/sdk/appconfiguration/app-configuration/src/models.ts +++ b/sdk/appconfiguration/app-configuration/src/models.ts @@ -18,7 +18,7 @@ import type { */ export interface AppConfigurationClientOptions extends CommonClientOptions { /** - * The API version to use when interacting with the service. The default value is `2023-11-01`. + * The API version to use when interacting with the service. The default value is `2023-11-01`. * Note that overriding this default value may result in unsupported behavior. */ apiVersion?: string;