aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_documentation_guidelines.md
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-08-24 13:19:48 +0900
committeryui-knk <spiketeika@gmail.com>2015-08-24 13:19:48 +0900
commit58e02ac839775f0d544b7067f2ef0bf616f6e02b (patch)
treefa282ae2b1dc9064361f64b1840b543500918fbf /guides/source/api_documentation_guidelines.md
parent9503e65b9718e4f01860cf017c1cdcdccdfffde7 (diff)
downloadrails-58e02ac839775f0d544b7067f2ef0bf616f6e02b.tar.gz
rails-58e02ac839775f0d544b7067f2ef0bf616f6e02b.tar.bz2
rails-58e02ac839775f0d544b7067f2ef0bf616f6e02b.zip
[ci skip] Fix the grammar
This is discussed on https://github.com/rails/rails/pull/21334
Diffstat (limited to 'guides/source/api_documentation_guidelines.md')
-rw-r--r--guides/source/api_documentation_guidelines.md2
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
------------