From 00ef99826d3e3f4167018531cf4b49fd83de83e1 Mon Sep 17 00:00:00 2001 From: lazarus Date: Thu, 23 Apr 2015 16:32:41 -0700 Subject: [PATCH] fix minor text error --- docs/development/coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index cc697a219dbe..df7f42e4a74e 100644 --- a/docs/development/coding-style.md +++ b/docs/development/coding-style.md @@ -18,7 +18,7 @@ Guide](https://github.com/styleguide/javascript), and also following rules: * File names should be concatenated with `-` instead of `_`, e.g. `file-name.coffee` rather than `file_name.coffee`, because in [github/atom](https://github.com/github/atom) module names are usually in - the `module-name` form, this rule only apply to `.coffee` files. + the `module-name` form, this rule only applies to `.coffee` files. ## API Names