From 8db9ab879308a9c86d3ae1dd0486ce5a605ff1c4 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 7 Jan 2015 10:17:57 -0500 Subject: [PATCH] Fixed typo with contributing index --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72e589955..54854db7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,7 +211,7 @@ If possible, data for tests should be included in a JSON file in the `test/data` All modules should include a developer guide and API reference. The API reference documentation is generated using JSDOC. Each function that exposes a public API should include a description, @return and @param, as appropriate. The general documentation guide for the module should be located in the `docs/guide` directory and is written in GitHub Flavored Markdown. -#### D1 - Proofread +#### D2 - Proofread Please proofread documentation to avoid unintentional spelling and grammatical mistakes before submitting a pull request.