Skip to content

Commit

Permalink
docs: Fix a typo in README.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith authored Jan 30, 2024
1 parent 602401b commit de60685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export {
## React Native & Expo Support

`telemetrydeck-react` also supports React Native or Expo.
If no global implementation is available because you are not on the web, TelemetryDeck needs a subtle implementation which can be either injected by extending `globalThis or added to the TelemetryDeck instance.
If no global implementation is available because you are not on the web, TelemetryDeck needs a subtle implementation which can be either injected by extending `globalThis` or added to the TelemetryDeck instance.

In the React Native context, a TextEncoder is also needed for it to work properly.

Expand Down

0 comments on commit de60685

Please sign in to comment.