From a7fb99a5515f61a95d2dc5a5af7cef6f9e58ad5b Mon Sep 17 00:00:00 2001 From: Anchika Agarwal Date: Wed, 11 May 2016 16:02:04 +0530 Subject: [PATCH] doc: "a" -> "an" in api/documentation.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/nodejs/node/issues/6642 PR-URL: https://github.com/nodejs/node/pull/6689 Reviewed-By: Michaƫl Zasso Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Alexander Makarenko Reviewed-By: Jeremiah Senkpiel --- doc/api/documentation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/documentation.markdown b/doc/api/documentation.markdown index 4d357e39efab37..2922c011f5845c 100644 --- a/doc/api/documentation.markdown +++ b/doc/api/documentation.markdown @@ -21,7 +21,7 @@ documentation is generated using the `tools/doc/generate.js` program. The HTML template is located at `doc/template.html`. -If you find a error in this documentation, please [submit an issue][] +If you find an error in this documentation, please [submit an issue][] or see [the contributing guide][] for directions on how to submit a patch. ## Stability Index