From e4ed2fb98c99a5cbc54d70bda05f0da7946cd08b Mon Sep 17 00:00:00 2001 From: official_dulin Date: Tue, 4 Jul 2023 13:38:50 +0800 Subject: [PATCH 1/3] fix: typo and grammar --- packages/angular/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular/README.md b/packages/angular/README.md index 9ec22b82313b..73f3ce657ed4 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -21,7 +21,7 @@ If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's rendering engine Ivy. -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. +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. ## General @@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular'; export class AppModule {} ``` -Then inside your components template (keep in mind that directive name attribute is required): +Then inside your component's template (keep in mind that directive name attribute is required): ```html From adfbd08d1e41fb4b6f9cf8ed07cf4de2bed06f76 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 4 Jul 2023 09:48:46 +0200 Subject: [PATCH 2/3] Update packages/angular/README.md --- packages/angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/README.md b/packages/angular/README.md index 73f3ce657ed4..aa18724839a4 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular'; export class AppModule {} ``` -Then inside your component's template (keep in mind that directive name attribute is required): +Then, inside your component's template (keep in mind that the directive's name attribute is required): ```html From 1f680e202c990420616c2cc5964b358666ac27de Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 4 Jul 2023 09:59:28 +0200 Subject: [PATCH 3/3] apply same fix to angular-ivy --- packages/angular-ivy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index f70931554059..9546888170e6 100644 --- a/packages/angular-ivy/README.md +++ b/packages/angular-ivy/README.md @@ -175,7 +175,7 @@ import { TraceModule } from '@sentry/angular-ivy'; export class AppModule {} ``` -Then inside your components template (keep in mind that directive name attribute is required): +Then, inside your component's template (keep in mind that the directive's name attribute is required): ```html