From 1dd90e437cf5ee60adfe4ee171275325380c2923 Mon Sep 17 00:00:00 2001 From: Ilya Katlinski Date: Tue, 8 Aug 2023 12:23:43 +0200 Subject: [PATCH] doc: fix documentation types based on reviewdog checks Signed-off-by: Ilya Katlinski --- .changeset/silent-numbers-retire.md | 2 +- plugins/vault-backend/README.md | 2 +- plugins/vault/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/silent-numbers-retire.md b/.changeset/silent-numbers-retire.md index 6f260c05ef..b386d04b14 100644 --- a/.changeset/silent-numbers-retire.md +++ b/.changeset/silent-numbers-retire.md @@ -3,4 +3,4 @@ '@backstage/plugin-vault': minor --- -Added ability to override vault secretEngine value on catalog entity level using annotation `vault.io/secrets-engine` +Added ability to override vault secret engine value on catalog entity level using annotation `vault.io/secrets-engine` diff --git a/plugins/vault-backend/README.md b/plugins/vault-backend/README.md index 250bca1ffd..aac2b68f60 100644 --- a/plugins/vault-backend/README.md +++ b/plugins/vault-backend/README.md @@ -106,7 +106,7 @@ The path is relative to your secrets engine folder. So if you want to get the se You will set the `vault.io/secret-path` to `test/backstage`. If the folder `backstage` contains other sub-folders, the plugin will fetch the secrets inside them and adapt the **View** and **Edit** URLs to point to the correct place. -In case you need to support different secret engines for entities of the catalog you can proivde optional annotion to the entity in `catalog-info.yaml`: +In case you need to support different secret engines for entities of the catalog you can provide optional annotation to the entity in `catalog-info.yaml`: ```diff apiVersion: backstage.io/v1alpha1 diff --git a/plugins/vault/README.md b/plugins/vault/README.md index 434227561d..3fe87398ce 100644 --- a/plugins/vault/README.md +++ b/plugins/vault/README.md @@ -87,7 +87,7 @@ If the annotation is missing for a certain component, then the card will show so ![Screenshot of the vault plugin with missing annotation](images/annotation-missing.png) -In case you need to support different secret engines for entities of the catalog you can proivde optional annotion to the entity in `catalog-info.yaml`: +In case you need to support different secret engines for entities of the catalog you can provide optional annotation to the entity in `catalog-info.yaml`: ```diff apiVersion: backstage.io/v1alpha1