diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2015-08-24 09:55:21 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2015-08-24 09:55:21 +0530 |
commit | 06818cb9a8cee8c95eaebdd1418e6fcb0da9382e (patch) | |
tree | fa282ae2b1dc9064361f64b1840b543500918fbf /guides | |
parent | 9503e65b9718e4f01860cf017c1cdcdccdfffde7 (diff) | |
parent | 58e02ac839775f0d544b7067f2ef0bf616f6e02b (diff) | |
download | rails-06818cb9a8cee8c95eaebdd1418e6fcb0da9382e.tar.gz rails-06818cb9a8cee8c95eaebdd1418e6fcb0da9382e.tar.bz2 rails-06818cb9a8cee8c95eaebdd1418e6fcb0da9382e.zip |
Merge pull request #21348 from yui-knk/fix/about_comma_style_2
[ci skip] Fix the grammar
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/api_documentation_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index 8e9833c381..a4feff798d 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -87,7 +87,7 @@ Please use American English (*color*, *center*, *modularize*, etc). See [a list Comma ------- -Please use Oxford comma (*red, white, and blue* style). See [the detail of Oxford comma](http://en.wikipedia.org/wiki/Serial_comma). +Please use the Oxford comma (*red, white, and blue* style). See [the detail of Oxford comma](http://en.wikipedia.org/wiki/Serial_comma). Example Code ------------ |