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

Ticket #10650 (closed defect: fixed)

Opened 8 months ago

Last modified 7 months ago

[PATCH] Fix minor typo in form builder documentation

Reported by: xaviershay Assigned to: core
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: tiny docs verified
Cc:

Description

Builer -> Builder

Attachments

typo.diff (0.7 kB) - added by xaviershay on 12/30/07 04:51:35.
typo.2.diff (0.7 kB) - added by kampers on 02/04/08 08:53:58.

Change History

12/30/07 04:51:35 changed by xaviershay

  • attachment typo.diff added.

12/31/07 06:39:57 changed by blj

  • keywords changed from tiny documentation to tiny documentation doc.
  • summary changed from Fix minor typo in form builder documentation to [PATCH] Fix minor typo in form builder documentation.

May be you want to build the patch from vendor/rails folder rather than actionpack. +1

01/03/08 01:08:53 changed by lotswholetime

+1

02/04/08 08:53:32 changed by kampers

  • keywords changed from tiny documentation doc to tiny docs verified.

+1. updated for trunk + patched from vendor/rails.

02/04/08 08:53:58 changed by kampers

  • attachment typo.2.diff added.

02/07/08 16:51:04 changed by rick

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

(In [8812]) Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]