Amplitude-Developer-Docs/amplitude-dev-center

[Improvement]: Typo in docs

jibow opened this issue · 1 comments

jibow commented

What can we improve?

 ampitude.init(API_KEY, undefined, {
+   defaultTracking: {
+     attribution: {
+       excludeReferrers: [location.hostname]
+     },
+   },
  });

it should be amplitude.init not ampitude.init

Which page needs an update?

https://www.docs.developers.amplitude.com/data/sdks/browser-2/migration/#default-events-tracking

Fixed by #856