Skip to content

Commit 400bf91

Browse files
authored
Update withLDProvider.tsx (#18)
1 parent d2c9318 commit 400bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/withLDProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { camelCaseKeys } from './utils';
2727
* @return A function which accepts your root React component and returns a HOC
2828
*/
2929
export function withLDProvider(config: ProviderConfig) {
30-
return function withLDPoviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
30+
return function withLDProviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
3131
const { options, reactOptions: userReactOptions } = config;
3232
const reactOptions = { ...defaultReactOptions, ...userReactOptions };
3333

0 commit comments

Comments
 (0)