Skip to content

Commit b501168

Browse files
committed
typo
1 parent 58c3718 commit b501168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/vite/injectGlobalValues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type GlobalWithSentryValues = InternalGlobal & GlobalSentryValues;
1414
export const VIRTUAL_GLOBAL_VALUES_FILE = '\0sentry-inject-global-values-file';
1515

1616
/**
17-
* @returns code that injects @param globalSentryValues into the global scope.
17+
* @returns code that injects @param globalSentryValues into the global object.
1818
*/
1919
export function getGlobalValueInjectionCode(globalSentryValues: GlobalSentryValues): string {
2020
if (Object.keys(globalSentryValues).length === 0) {

0 commit comments

Comments
 (0)