Skip to content

Commit 62352e9

Browse files
authored
Fix string
1 parent 1f78d9f commit 62352e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/gettingStartedDocs/unreal/unreal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const onboarding: OnboardingConfig = {
110110
description: (
111111
<p>
112112
{tct(
113-
'By default, the SDK initializes automatically when the application starts. Alternatively, you can disable the [strong:Initialize SDK automatically] option, in which case you'll need to initialize the SDK manually',
113+
"By default, the SDK initializes automatically when the application starts. Alternatively, you can disable the [strong:Initialize SDK automatically] option, in which case you'll need to initialize the SDK manually",
114114
{
115115
strong: <strong />,
116116
}

0 commit comments

Comments
 (0)