From 76c71260f13af3005c2407e2a19a422741b97117 Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Tue, 26 Nov 2013 16:13:39 +0100 Subject: [PATCH] fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4024bf2634..dbcbab6695 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ your branch before submitting a pull request. Update the documentation when creating or modifying features. Test your documentation changes for clarity, concision, and correctness, as -well as a clean docmuent build. See ``docs/README.md`` for more +well as a clean documentation build. See ``docs/README.md`` for more information on building the docs and how docs get released. Write clean code. Universally formatted code promotes ease of writing, reading,