From c752364371eada8f5083adc2347a813c59f043f7 Mon Sep 17 00:00:00 2001 From: Rik Claessens Date: Wed, 7 Aug 2024 14:42:01 +0200 Subject: [PATCH] Surrounding some function names in quotes to make Vale happy Signed-off-by: Rik Claessens --- .changeset/silent-eyes-lie.md | 2 +- .changeset/sixty-rabbits-cheat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/silent-eyes-lie.md b/.changeset/silent-eyes-lie.md index 6b96d8fe61..e9da3d2685 100644 --- a/.changeset/silent-eyes-lie.md +++ b/.changeset/silent-eyes-lie.md @@ -2,4 +2,4 @@ '@backstage/test-utils': minor --- -Added the icons option to the renderInTestApp function's TestAppOptions to be forwarded to the icons option of createApp. +Added the icons option to the renderInTestApp function's TestAppOptions to be forwarded to the icons option of `createApp`. diff --git a/.changeset/sixty-rabbits-cheat.md b/.changeset/sixty-rabbits-cheat.md index a713574c1e..0161e272ed 100644 --- a/.changeset/sixty-rabbits-cheat.md +++ b/.changeset/sixty-rabbits-cheat.md @@ -2,4 +2,4 @@ '@backstage/plugin-search-react': minor --- -Make use of the useApp hook to retrieve the specified search icon in the SearchBar +Make use of the `useApp` hook to retrieve the specified search icon in the SearchBar