diff --git a/assets/js/modules/analytics-4/components/settings/PropertyOrWebDataStreamNotAvailableError.test.js b/assets/js/modules/analytics-4/components/settings/PropertyOrWebDataStreamNotAvailableError.test.js index f7f6c560bb0..14be657ce4c 100644 --- a/assets/js/modules/analytics-4/components/settings/PropertyOrWebDataStreamNotAvailableError.test.js +++ b/assets/js/modules/analytics-4/components/settings/PropertyOrWebDataStreamNotAvailableError.test.js @@ -86,7 +86,7 @@ describe( 'PropertyOrWebDataStreamNotAvailableError', () => { expect( container ).toBeEmptyDOMElement(); /* - * We need to mock the GET:account-summaries request again here, as it will be called a + * We need to mock the `GET:account-summaries` request again here, as it will be called a * second time while resolvers are run post-render. This is due to the initial endpoint * response being frozen, meaning the `getAccountSummaries()` resolver is unable to resolve * itself the first time around, and will be called again when `getAccountSummaries()` is