Merge pull request #3092 from nasa/contributor-guide-grammar

Fixes a grammatical issue in the wording of the contributor's guide
This commit is contained in:
Joel McKinnon 2020-06-10 11:06:59 -07:00 committed by GitHub
commit 6137700c82
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).