chore(public): update docs

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-12-03 20:27:53 +01:00
parent 152216f64b
commit 2e3e7037bd
6 changed files with 42 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ Tracks a custom event with the given name and optional properties.
You can identify the user directly with this method.
```js filename="Example shown in JavaScript"
```js title="Example shown in JavaScript"
track('your_event_name', {
foo: 'bar',
baz: 'qux',