fix typo and verbiage

This commit is contained in:
Ryan Vazquez
2020-10-26 09:30:13 -04:00
parent 8d1360aa9f
commit 3b4cac510d
+2 -2
View File
@@ -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.
*/