diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt
index 48740ef367..c3ad830034 100644
--- a/.github/styles/vocab.txt
+++ b/.github/styles/vocab.txt
@@ -83,6 +83,8 @@ facto
failover
Fargate
Figma
+firehydrant
+FireHydrant
Firekube
Fiverr
gitbeaker
diff --git a/plugins/firehydrant/README.md b/plugins/firehydrant/README.md
index 98f36eb4c3..572e873c83 100644
--- a/plugins/firehydrant/README.md
+++ b/plugins/firehydrant/README.md
@@ -4,7 +4,7 @@
The [FireHydrant](https://firehydrant.io) plugin brings incident management to Backstage, and it displays service incidents information such as active incidents and incident analytics. There are also quick action links that let you create and view incidents in FireHydrant.
-
+
## Features
diff --git a/plugins/firehydrant/api-report.md b/plugins/firehydrant/api-report.md
index d12c2499c9..32b21b9906 100644
--- a/plugins/firehydrant/api-report.md
+++ b/plugins/firehydrant/api-report.md
@@ -8,9 +8,13 @@
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { RouteRef } from '@backstage/core-plugin-api';
+// Warning: (ae-missing-release-tag) "FirehydrantPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
+//
// @public (undocumented)
export const FirehydrantPage: () => JSX.Element;
+// Warning: (ae-missing-release-tag) "firehydrantPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
+//
// @public (undocumented)
export const firehydrantPlugin: BackstagePlugin<
{