From 6ea4db0b2c115fe57b8276c6e17e34e9fd36fa7f Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 16 Feb 2021 16:11:16 +0100 Subject: [PATCH] Update docs/features/software-catalog/installation.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- docs/features/software-catalog/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/installation.md b/docs/features/software-catalog/installation.md index 039c75391a..ae8c671ed1 100644 --- a/docs/features/software-catalog/installation.md +++ b/docs/features/software-catalog/installation.md @@ -57,7 +57,7 @@ import { The catalog plugin also has one external route that needs to be bound for it to function: the `createComponent` route which should link to the page where the user can create components. In a typical setup the create component route will -be linked to the Scaffolder plugins template index page: +be linked to the Scaffolder plugin's template index page: ```ts import { catalogPlugin } from '@backstage/plugin-catalog';