Skip to content

Commit 1404fdc

Browse files
mrdulinLms24
andauthored
docs(angular): Fix typo and grammar in comments (#8448)
Co-authored-by: Lukas Stracke <[email protected]>
1 parent f7235ae commit 1404fdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/angular-ivy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular-ivy';
175175
export class AppModule {}
176176
```
177177

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):
179179

180180
```html
181181
<app-header trace="header"></app-header>

packages/angular/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's rendering engine Ivy.
2323

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.
2525

2626
## General
2727

@@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular';
175175
export class AppModule {}
176176
```
177177

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):
179179

180180
```html
181181
<app-header trace="header"></app-header>

0 commit comments

Comments
 (0)