From 9179ea4944c51426aee8cff9060ec426b86e4532 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:53:26 -0500 Subject: [PATCH] Update docs/backend-system/building-backends/08-migrating.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- docs/backend-system/building-backends/08-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend-system/building-backends/08-migrating.md b/docs/backend-system/building-backends/08-migrating.md index bf856410a9..622be11160 100644 --- a/docs/backend-system/building-backends/08-migrating.md +++ b/docs/backend-system/building-backends/08-migrating.md @@ -1150,7 +1150,7 @@ backend.add(import('@backstage/plugin-search-backend-module-techdocs/alpha')); /* highlight-add-end */ ``` -### The Permissions Plugin +### The Permission Plugin A basic installation of the Permission plugin will look as follows: