From 79435f66b8faa7501ca64a34e93919f5b795d18e Mon Sep 17 00:00:00 2001 From: Esther Fan Date: Wed, 2 Jun 2021 10:54:58 -0700 Subject: [PATCH] Fix typo (#10700) --- 1-CONTRIBUTION-GUIDE/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index 979f55bbaa4b..a08047a4428b 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -141,7 +141,7 @@ The common properties should be authored consistently to provide for understanda ### Empty and Null Properties -All empty or null properties that are not required must be exculded from the template samples. This includes empty objects {}, arrays [], strings "", and any property that has a null value. +All empty or null properties that are not required must be excluded from the template samples. This includes empty objects {}, arrays [], strings "", and any property that has a null value. ### dependsOn