diff --git a/packages/plugins/c-sharp/c-sharp/src/config.ts b/packages/plugins/c-sharp/c-sharp/src/config.ts index b003452d4..893a39e54 100644 --- a/packages/plugins/c-sharp/c-sharp/src/config.ts +++ b/packages/plugins/c-sharp/c-sharp/src/config.ts @@ -114,7 +114,7 @@ export interface CSharpResolversPluginRawConfig extends RawConfig { /** * @default camelCase * Supported: camelCase, pascalCase - * @description Allow you to customize the naming convention for interface/class/record members. + * @description Allows you to customize the naming convention for interface/class/record members. * * @exampleMarkdown * ```yaml