aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-09-26 04:03:09 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-09-26 04:03:12 +0900
commite65f2c4f9d25e47a0adc59a43f0a00c5397aedd8 (patch)
treee2efacfe36fe6b61f33654fb8852ae37ba358edb
parent686168f5cbdf545c97ebe0f69512dc4a35d25abd (diff)
downloadrails-e65f2c4f9d25e47a0adc59a43f0a00c5397aedd8.tar.gz
rails-e65f2c4f9d25e47a0adc59a43f0a00c5397aedd8.tar.bz2
rails-e65f2c4f9d25e47a0adc59a43f0a00c5397aedd8.zip
Add an space to RefineryCMS in Engine guide [ci skip]
* According to the official website, it seems that "RefineryCMS" is "Refinery CMS". * See at: http://www.refinerycms.com/
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 343c224a7c..188620a683 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -63,7 +63,7 @@ authentication for its parent applications, or
[Thredded](https://github.com/thredded/thredded), an engine that provides forum
functionality. There's also [Spree](https://github.com/spree/spree) which
provides an e-commerce platform, and
-[RefineryCMS](https://github.com/refinery/refinerycms), a CMS engine.
+[Refinery CMS](https://github.com/refinery/refinerycms), a CMS engine.
Finally, engines would not have been possible without the work of James Adam,
Piotr Sarnacki, the Rails Core Team, and a number of other people. If you ever