style(docs/features/software-templates/writing-custom-field.extension.md): change style at line 28.

Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com>
This commit is contained in:
Paulo Eduardo Peixoto
2023-01-09 08:18:16 -03:00
parent 7c85508a02
commit a3497ad621
@@ -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