Skip to content

Commit 54a25fd

Browse files
committed
missing dots
1 parent 133b421 commit 54a25fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/plugin/src/rules/naming-convention/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const schemaOption = {
5151
const descriptionPrefixesSuffixes = (name: 'forbiddenPattern' | 'requiredPattern') =>
5252
`> [!WARNING]
5353
>
54-
> This option is deprecated and will be removed in the next major release. Use \`${name}\` instead`;
54+
> This option is deprecated and will be removed in the next major release. Use \`${name}\` instead.`;
5555

5656
const schema = {
5757
definitions: {

website/content/rules/naming-convention.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Additional restrictions:
352352
> [!WARNING]
353353
>
354354
> This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
355-
> instead
355+
> instead.
356356

357357
The object is an array with all elements of the type `string`.
358358

@@ -366,7 +366,7 @@ Additional restrictions:
366366
> [!WARNING]
367367
>
368368
> This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
369-
> instead
369+
> instead.
370370

371371
The object is an array with all elements of the type `string`.
372372

@@ -380,7 +380,7 @@ Additional restrictions:
380380
> [!WARNING]
381381
>
382382
> This option is deprecated and will be removed in the next major release. Use `requiredPattern`
383-
> instead
383+
> instead.
384384

385385
The object is an array with all elements of the type `string`.
386386

@@ -394,7 +394,7 @@ Additional restrictions:
394394
> [!WARNING]
395395
>
396396
> This option is deprecated and will be removed in the next major release. Use `requiredPattern`
397-
> instead
397+
> instead.
398398

399399
The object is an array with all elements of the type `string`.
400400

0 commit comments

Comments
 (0)