TelemetryDeck / docs

Public Documentation for TelemetryDeck
https://telemetrydeck.com/docs
5 stars 8 forks source link

Documentation: Typo in Javascript Setup Page #56

Closed janrebolledo closed 1 year ago

janrebolledo commented 1 year ago

Typo in code snippet

In first code snipped under "Advanced usage as a Package for applications that use a bundler (like Webpack, Rollup, …)"

const queuedEvents = [
  ["app", YOUR_APP_ID],
  ["user", YOUR_USER_IDENTIFIER],
  ["signal"],
  ["signal", { route: "some/page/path" }],
];
td.ingest(qeuedEvents); // <--

The variable queuedEvents is misspelled.

winsmith commented 1 year ago

Oops, thank you!