Fixes a grammatical issue in the wording of the contributor's guide

This commit is contained in:
Andrew Henry 2020-06-10 10:29:47 -07:00 committed by GitHub
parent 357b25a76b
commit 91a1b3f31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ this repository. This is verified by the command line build.
#### Code Guidelines
JavaScript sources in Open MCT should:
The following guidelines are provided for anyone contributing source code to the Open MCT project:
1. Write clean code. Heres a good summary - https://github.com/ryanmcdermott/clean-code-javascript.
1. Include JSDoc for any exposed API (e.g. public methods, classes).