From 5410d196c82d5f3e34761b9e37a41535c30475fc Mon Sep 17 00:00:00 2001 From: Karl Haworth Date: Tue, 5 Mar 2024 15:46:08 -0500 Subject: [PATCH] fix typo Signed-off-by: Karl Haworth --- .../src/components/ApolloExplorerPage/ApolloExplorerPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apollo-explorer/src/components/ApolloExplorerPage/ApolloExplorerPage.tsx b/plugins/apollo-explorer/src/components/ApolloExplorerPage/ApolloExplorerPage.tsx index c0e4180909..0a0ea0ccdc 100644 --- a/plugins/apollo-explorer/src/components/ApolloExplorerPage/ApolloExplorerPage.tsx +++ b/plugins/apollo-explorer/src/components/ApolloExplorerPage/ApolloExplorerPage.tsx @@ -24,7 +24,7 @@ import { CircularProgress } from '@material-ui/core'; import { Alert } from '@material-ui/lab'; /** - * Exports types to be used with {@link @backstage/apollo-explorer#ApolloExplorerPage}. + * Export types to be used with {@link @backstage/apollo-explorer#ApolloExplorerPage}. * * @public */