You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's rendering engine Ivy.
23
23
24
-
This SDK stilll officially supports Angular 10-15. If you are using an older version of Angular and experience problems with the Angular SDK, we recommend downgrading the SDK to version 6.x.
24
+
This SDK still officially supports Angular 10-15. If you are using an older version of Angular and experience problems with the Angular SDK, we recommend downgrading the SDK to version 6.x.
25
25
26
26
## General
27
27
@@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular';
175
175
exportclassAppModule {}
176
176
```
177
177
178
-
Then inside your components template (keep in mind that directive name attribute is required):
178
+
Then, inside your component's template (keep in mind that the directive's name attribute is required):
0 commit comments