diff options
author | Felipe Tovar <felipetovar@lahaus.com> | 2018-04-19 11:39:18 -0500 |
---|---|---|
committer | Felipe Tovar <felipetovar@lahaus.com> | 2018-04-19 11:39:18 -0500 |
commit | 9c3fe52f5fa9904b43bf76be13f85db57c223d0c (patch) | |
tree | 5fcc69f10bda77f740fb0ba497f7340943de8bdf | |
parent | a6bfe4c3b4eeaab0be1e02aad0b14c08c64ed3e7 (diff) | |
download | rails-9c3fe52f5fa9904b43bf76be13f85db57c223d0c.tar.gz rails-9c3fe52f5fa9904b43bf76be13f85db57c223d0c.tar.bz2 rails-9c3fe52f5fa9904b43bf76be13f85db57c223d0c.zip |
[ci skip] Remove style of the word Rails at the top
-rw-r--r-- | railties/RDOC_MAIN.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc index a6ea560ad6..096551cac0 100644 --- a/railties/RDOC_MAIN.rdoc +++ b/railties/RDOC_MAIN.rdoc @@ -2,7 +2,7 @@ == What's \Rails -<b>\Rails</b> is a web-application framework that includes everything needed to +\Rails is a web-application framework that includes everything needed to create database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model-view-controller] pattern. |