From 5689fc38c56bfa008522a1fc93421214ebc90ace Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Wed, 31 Jan 2024 16:22:18 +0100 Subject: [PATCH] Vale Signed-off-by: Philipp Hugenroth --- .github/vale/config/vocabularies/Backstage/accept.txt | 3 +++ docs/frontend-system/building-plugins/04-built-in-data-refs.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/vale/config/vocabularies/Backstage/accept.txt b/.github/vale/config/vocabularies/Backstage/accept.txt index 940e855828..aa21c61ae5 100644 --- a/.github/vale/config/vocabularies/Backstage/accept.txt +++ b/.github/vale/config/vocabularies/Backstage/accept.txt @@ -305,6 +305,7 @@ Pulumi pygments pymdownx rankdir +reactElement readme Readme readonly @@ -330,6 +331,8 @@ Rollbar Rollup routable Routable +routePath +routeRef Rspack rst rsync diff --git a/docs/frontend-system/building-plugins/04-built-in-data-refs.md b/docs/frontend-system/building-plugins/04-built-in-data-refs.md index b50aa44ae1..57d580fa8a 100644 --- a/docs/frontend-system/building-plugins/04-built-in-data-refs.md +++ b/docs/frontend-system/building-plugins/04-built-in-data-refs.md @@ -20,7 +20,7 @@ Data references help to define the inputs and outputs of an extension. A data re | :-----------------: | :-----------: | | `core.reactElement` | `JSX.Element` | -The `reactElement` data reference can be used for defining the extension input/output of React elements. Example usage could be something linke this: +The `reactElement` data reference can be used for defining the extension input/output of React elements. Example usage could be something like this: ```tsx import {