Browse Source

fix(sandbox): Typo in the guide (#81125)

Matej Minar 15 hours ago
parent
commit
86884e6600
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/components/assistant/getGuidesContent.tsx

+ 1 - 1
static/app/components/assistant/getGuidesContent.tsx

@@ -359,7 +359,7 @@ function getDemoModeGuides(): GuidesContent {
       requiredTargets: ['release_version'],
       steps: [
         {
-          title: t('Release-specfic trends'),
+          title: t('Release-specific trends'),
           target: 'release_version',
           description: t(
             `Select the latest release to review new and regressed issues, and business critical metrics like crash rate, and user adoption.`