diff --git a/dotcom-rendering/src/components/ShowHideContainers.importable.tsx b/dotcom-rendering/src/components/ShowHideContainers.importable.tsx index 0bf58a612b..05dfdcbdbd 100644 --- a/dotcom-rendering/src/components/ShowHideContainers.importable.tsx +++ b/dotcom-rendering/src/components/ShowHideContainers.importable.tsx @@ -94,7 +94,7 @@ export const ShowHideContainers = () => { for (const button of showHideButtons) { /** - * We need if a user is signed in before we can make any further decisions about show/hide buttons. + * We need to know if a user is signed in before we can make any further decisions about show/hide buttons. * If the state is still pending, return early to prevent any flickering of the buttons. */ if (isSignedIn === 'Pending') return;