From a610a4e0f9c974decea3d685b85355dd4306505f Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Tue, 8 Mar 2022 12:49:46 +0000 Subject: [PATCH] Update plugins/scaffolder/src/components/Router.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: blam --- plugins/scaffolder/src/components/Router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/Router.tsx b/plugins/scaffolder/src/components/Router.tsx index 3c906f21d4..261556d638 100644 --- a/plugins/scaffolder/src/components/Router.tsx +++ b/plugins/scaffolder/src/components/Router.tsx @@ -51,7 +51,7 @@ export type RouterProps = { }; /** - * The main entirypoint `Router` for the `ScaffolderPlugin`. + * The main entrypoint `Router` for the `ScaffolderPlugin`. * * @public */