Skip to content

Commit 6df7f9a

Browse files
author
Luca Forstner
committed
Fix typo
1 parent d68d3e7 commit 6df7f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/plugins/bundlePlugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function makeLicensePlugin(title) {
4646
*/
4747
export function makeIsDebugBuildPlugin(includeDebugging) {
4848
return replace({
49-
// __DEBUG_BUILD__ and __SENTRY_DEBUG__ are save to replace in any case, so no checks for assignments necessary
49+
// __DEBUG_BUILD__ and __SENTRY_DEBUG__ are safe to replace in any case, so no checks for assignments necessary
5050
preventAssignment: false,
5151
values: {
5252
// Flags in current package

0 commit comments

Comments
 (0)