Merge pull request #1480 from lazaruslarue/patch-1
fix minor text error
This commit is contained in:
commit
47b754e914
1 changed files with 1 additions and 1 deletions
|
@ -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 names should be concatenated with `-` instead of `_`, e.g.
|
||||||
`file-name.coffee` rather than `file_name.coffee`, because in
|
`file-name.coffee` rather than `file_name.coffee`, because in
|
||||||
[github/atom](https://github.com/github/atom) module names are usually 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
|
## API Names
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue