From 202c0d489f35dc15cac83affdb66eff9a6df89f2 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Fri, 17 Jun 2016 21:59:25 +0200 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 03e9192c0..d47245293 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,5 +22,5 @@ With new features we love to see updates to the docs as well as tests, that make easy and fast for us to merge it! Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs) -(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to +(or even better use it in your editor) with preset set to `google`. You can also use `gulp jscs` to check your code.