From a1c8a0a3059d27bcf37b5b7a94827b8166be174f Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Mon, 26 May 2025 10:47:39 -0400 Subject: [PATCH] Fix changeset typo Signed-off-by: Stephen Glass --- .changeset/silver-mice-smile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/silver-mice-smile.md b/.changeset/silver-mice-smile.md index e876502811..ae6f1a127f 100644 --- a/.changeset/silver-mice-smile.md +++ b/.changeset/silver-mice-smile.md @@ -3,4 +3,4 @@ '@backstage/core-plugin-api': patch --- -Add optional messaage field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided. +Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.