From 3b4cac510dbaad8255ec2d36ef1dc4d9b0c5c662 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Mon, 26 Oct 2020 09:30:13 -0400 Subject: [PATCH] fix typo and verbiage --- plugins/cost-insights/src/utils/tests.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cost-insights/src/utils/tests.tsx b/plugins/cost-insights/src/utils/tests.tsx index 4d2cad8999..db47bd72bd 100644 --- a/plugins/cost-insights/src/utils/tests.tsx +++ b/plugins/cost-insights/src/utils/tests.tsx @@ -35,14 +35,14 @@ import { ScrollContext, ScrollContextProps } from '../hooks/useScroll'; import { Duration, Group } from '../types'; /* - Mock Providers and types are exposed publically to allow users to test custom implementations + Mock Providers and types are exposed publicly to allow users to test custom implementations such as alerts, which may require context. Utility functions such as getDefaultPageFilters, etc. are intentionally omitted as we do not want to expose explictly or implicitly internal implementations that may be subject to change. - Each Mock Context provides minimal defaults which can be overridden, allowing users to define + Each Mock Provider provides minimal defaults which can be overridden, allowing users to define context props only when necessary. */