From a3497ad62128297abbdbf598904c359fc3353e7e Mon Sep 17 00:00:00 2001 From: Paulo Eduardo Peixoto Date: Mon, 9 Jan 2023 08:18:16 -0300 Subject: [PATCH] style(docs/features/software-templates/writing-custom-field.extension.md): change style at line 28. Signed-off-by: Paulo Eduardo Peixoto --- .../software-templates/writing-custom-field-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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