From 8a06dedf9d728ca2004feefe8ce3d63487cde0e2 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 13 Sep 2022 06:14:38 +0900 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#5719) inheritence -> inheritance Co-authored-by: Jesse Mazzella --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70cc2709ec..8d7e0a4353 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -173,7 +173,7 @@ The following guidelines are provided for anyone contributing source code to the 1. Avoid deep nesting (especially of functions), except where necessary (e.g. due to closure scope). 1. End with a single new-line character. -1. Always use ES6 `Class`es and inheritence rather than the pre-ES6 prototypal +1. Always use ES6 `Class`es and inheritance rather than the pre-ES6 prototypal pattern. 1. Within a given function's scope, do not mix declarations and imperative code, and present these in the following order: @@ -328,4 +328,4 @@ checklist). Write out a small list of tests performed with just enough detail for another developer on the team to execute. -i.e. ```When Clicking on Add button, new `object` appears in dropdown.``` \ No newline at end of file +i.e. ```When Clicking on Add button, new `object` appears in dropdown.```