Skip to content

Commit

Permalink
fix some unrelated typos
Browse files Browse the repository at this point in the history
  • Loading branch information
codecapitano committed Nov 24, 2023
1 parent 1ad6a6f commit 665a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/client/faro/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function initializeFaro(): Faro {
},
batching: {
// Batching is enabled by default and there is normally no reason to disable it.
// We did iy i the demo so users can inspect each single requests sent due to certain interactions.
// We did it in the demo so users can inspect each single requests sent due to certain interactions.
enabled: false,
},
app: {
Expand Down

0 comments on commit 665a55b

Please sign in to comment.