diff --git a/docs/features/software-templates/writing-custom-field-extensions.md b/docs/features/software-templates/writing-custom-field-extensions.md index a2c40a01b9..24861936c0 100644 --- a/docs/features/software-templates/writing-custom-field-extensions.md +++ b/docs/features/software-templates/writing-custom-field-extensions.md @@ -25,7 +25,7 @@ You can create your own Field Extension by using the [`createScaffolderFieldExtension`](https://backstage.io/docs/reference/plugin-scaffolder.createscaffolderfieldextension) `API` like below. -As an example, we will create a component that validates whether a string is in the "Kehab case" pattern: +As an example, we will create a component that validates whether a string is in the `Kehab-case` pattern: ```tsx //packages/app/src/scaffolder/ValidateKehabCase/ValidateKehabCaseExtension.tsx