From eedcb816d27552fa984258aa2363e27797736e19 Mon Sep 17 00:00:00 2001 From: Takayuki Matsubara Date: Tue, 28 Oct 2014 22:31:49 +0900 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce62f075500..72780fb1eb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,7 +143,7 @@ Keep in mind that the first paragraph might show up in a summary somewhere, long texts in the first paragraph create very ugly summaries. As a rule of thumb anything longer than 80 characters is too long. -Try to keep unneccesary details out of the first paragraph, it's only there to +Try to keep unnecessary details out of the first paragraph, it's only there to give a user a quick idea of what the documented "thing" does/is. The rest of the documentation string can contain the details, for example when a value and when `nil` is returned.