diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2018-03-31 22:23:03 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2018-03-31 22:23:03 +0900 |
commit | df75a5a9ab99124492ce155b09bb83157eff035d (patch) | |
tree | b99eb888237eb0133d12627fba7e3898df91e668 /guides | |
parent | bc5149b3dea973937fb85aa85a1fb9293f50793f (diff) | |
download | rails-df75a5a9ab99124492ce155b09bb83157eff035d.tar.gz rails-df75a5a9ab99124492ce155b09bb83157eff035d.tar.bz2 rails-df75a5a9ab99124492ce155b09bb83157eff035d.zip |
[ci skip] Use Oxford comma style in guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/_welcome.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index 272f837c1c..cd33e2119a 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -23,6 +23,6 @@ The guides for earlier releases: <a href="http://guides.rubyonrails.org/v4.0/">Rails 4.0</a>, <a href="http://guides.rubyonrails.org/v3.2/">Rails 3.2</a>, <a href="http://guides.rubyonrails.org/v3.1/">Rails 3.1</a>, -<a href="http://guides.rubyonrails.org/v3.0/">Rails 3.0</a> and +<a href="http://guides.rubyonrails.org/v3.0/">Rails 3.0</a>, and <a href="http://guides.rubyonrails.org/v2.3/">Rails 2.3</a>. </p> |