From c3b29843b2b5452ea9642d638bbaf3490637a3cb Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 7 Oct 2021 16:23:06 +0200 Subject: [PATCH] Update docs/getting-started/contributors.md Signed-off-by: Johan Haals Co-authored-by: Adam Harvey --- docs/getting-started/contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/contributors.md b/docs/getting-started/contributors.md index 9af57277d9..7b612ccd0d 100644 --- a/docs/getting-started/contributors.md +++ b/docs/getting-started/contributors.md @@ -193,7 +193,7 @@ getEntity is now a function that returns a Promise. **BREAKING** The getEntity function now returns a Promise and **must** be awaited from now on. ``` -### Changes to code should include a diff of the files that needs updating +### Changes to code should include a diff of the files that need updating #### Bad