Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9570 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Grammar error in html/index.html

Reported by: h3h Assigned to: core
Priority: normal Milestone: 1.x
Component: Web Version: 1.2.3
Severity: normal Keywords:
Cc:

Description

In the Rails distro's html/index.html file there is the text: "Routes are setup in config/routes.rb."

The word "setup" is a noun1 and should be replaced with the verb phrase "set up" in this case, yielding: "Routes are set up in config/routes.rb."

Attachments

rails_index_grammar_fix.diff (0.6 kB) - added by anshkakashi on 09/16/07 19:38:03.
[PATCH] Grammer fix in railties/html/index.html

Change History

09/16/07 19:38:03 changed by anshkakashi

  • attachment rails_index_grammar_fix.diff added.

[PATCH] Grammer fix in railties/html/index.html

09/23/07 22:42:23 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [7604]) Fix docs (closes #9570) [anshkakashi]