launchdarkly / react-client-sdk

LaunchDarkly Client-side SDK for React.js
Other
86 stars 70 forks source link

naming typo #24

Closed mjesiolowski closed 4 years ago

mjesiolowski commented 4 years ago

Hey guys,

there is a small typo in withLDPoviderHoc function name. "R" is missing in "Provider".

https://github.com/launchdarkly/react-client-sdk/blob/master/src/withLDProvider.tsx#L30

bwoskow-ld commented 4 years ago

Thanks for letting us know. We'll get that fixed in an upcoming release.

eli-darkly commented 4 years ago

Btw, just to clarify for anyone who sees this issue, this typo had no external consequences— it was in effect just the name of a local variable.

eli-darkly commented 4 years ago

Fixed in the 2.17.1 release.