diff --git a/packages/frontend-test-utils/src/app/renderInTestApp.tsx b/packages/frontend-test-utils/src/app/renderInTestApp.tsx index 935e479f9c..fa4dc2023a 100644 --- a/packages/frontend-test-utils/src/app/renderInTestApp.tsx +++ b/packages/frontend-test-utils/src/app/renderInTestApp.tsx @@ -56,7 +56,7 @@ const DEFAULT_MOCK_CONFIG = { export type TestAppOptions = { /** * An object of paths to mount route ref on, with the key being the path and the value - * being the RouteRef that the path will be bound to. This allows the route refs to be + * being the route ref that the path will be bound to. This allows the route refs to be * used by `useRouteRef` in the rendered elements. * * @example diff --git a/packages/frontend-test-utils/src/app/renderTestApp.tsx b/packages/frontend-test-utils/src/app/renderTestApp.tsx index d459f29ac1..858f6d2cfe 100644 --- a/packages/frontend-test-utils/src/app/renderTestApp.tsx +++ b/packages/frontend-test-utils/src/app/renderTestApp.tsx @@ -73,7 +73,7 @@ export type RenderTestAppOptions = { /** * An object of paths to mount route refs on, with the key being the path and - * the value being the RouteRef that the path will be bound to. This allows + * the value being the route ref that the path will be bound to. This allows * the route refs to be used by `useRouteRef` in the rendered elements. * * @example