Skip to content

Commit 9c47aca

Browse files
Fix typo (#5980)
1 parent 3c4b9d8 commit 9c47aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform-includes/configuration/offline/javascript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sentry.init({
66
dsn: "___PUBLIC_DSN___",
77
integrations: [new OfflineIntegration(
88
{
9-
// limit how many events will be localled saved. Defaults to 30.
9+
// limit how many events will be saved locally. Defaults to 30.
1010
maxStoredEvents: number;
1111
}
1212
)],
@@ -30,7 +30,7 @@ Sentry.init({
3030
dsn: "___PUBLIC_DSN___",
3131
integrations: [new Sentry.Integrations.Offline(
3232
{
33-
// limit how many events will be localled saved. Defaults to 30.
33+
// limit how many events will be saved locally. Defaults to 30.
3434
maxStoredEvents: number;
3535
}
3636
)],

0 commit comments

Comments
 (0)