From 93c279dd984e56a7fc466e9923a968b8d7b58225 Mon Sep 17 00:00:00 2001 From: brycx Date: Thu, 26 Jul 2018 23:10:35 +0200 Subject: [PATCH] Correct misspelling in CONTRIBUTING (#62) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7592f29..3c419d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Your contributions are always welcome! ## Styleguide -We enforce you all to use the same style for your submittions. +We enforce you all to use the same style for your submissions. We are using [`remark-lint`](https://github.com/wooorm/remark-lint) to validate the style of the `README.md` and `CONTRIBUTING.md`. Please, refer to [`Rules`](https://github.com/wooorm/remark-lint/blob/master/doc/rules.md) documentation, when in doubt.