From e849855f0b3b9e7bb0d4ddbffe5d7a7f2fd484a4 Mon Sep 17 00:00:00 2001 From: Tyler Tierney Date: Wed, 29 May 2024 19:59:31 -0400 Subject: [PATCH] docs: edit sentence grammar in style-guide (#56173) PR Close #56173 --- adev/src/content/best-practices/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/best-practices/style-guide.md b/adev/src/content/best-practices/style-guide.md index ce209b4df3e..28219b33572 100644 --- a/adev/src/content/best-practices/style-guide.md +++ b/adev/src/content/best-practices/style-guide.md @@ -730,7 +730,7 @@ If the property is hard to construct a default value for, use `?` to explicitly You may want to have a required `@Input` field, meaning all your component users are required to pass that attribute. In such cases, use a default value. -Just suppressing the TypeScript error with `!` is insufficient and should be avoided because it will prevent the type checker ensure the input value is provided. +Just suppressing the TypeScript error with `!` is insufficient and should be avoided because it will prevent the type checker from ensuring the input value is provided.