Browse Source

Vue not Capacitor (#70243)

Steven Eubank 10 months ago
parent
commit
9ac5e5bef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/gettingStartedDocs/javascript/vue.tsx

+ 1 - 1
static/app/gettingStartedDocs/javascript/vue.tsx

@@ -135,7 +135,7 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
       description: (
         <p>
           {tct(
-            `Install the Sentry Capacitor SDK as a dependency using [codeNpm:npm] or [codeYarn:yarn], alongside the Sentry Vue SDK:`,
+            `Install the Sentry Vue SDK as a dependency using [codeNpm:npm] or [codeYarn:yarn], alongside the Sentry Vue SDK:`,
             {
               codeYarn: <code />,
               codeNpm: <code />,