Skip to content

Commit 368f0ba

Browse files
Update angular1.mdx (#7526)
fixed typo in integrations spelling
1 parent 7eb0412 commit 368f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/javascript/guides/angular/angular1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ From version 7 onwards, the Sentry JavaScript SDK will not support AngularJS 1.x
1818
Install `@sentry/browser` and `@sentry/integrations` using `yarn` or `npm`:
1919

2020
```bash {tabTitle:npm}
21-
npm install --save @sentry/browser@6 @sentry/intergations@6
21+
npm install --save @sentry/browser@6 @sentry/integrations@6
2222
```
2323

2424
```bash {tabTitle:Yarn}

0 commit comments

Comments
 (0)