Skip to content

Commit bdbf3f5

Browse files
committed
Merge branch 'master' of github.com:andypike/rectify
2 parents 713d832 + 8223aed commit bdbf3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ and Presenters.
103103

104104
## Form Objects
105105

106-
The role of the Form Object is to mange the input data for a given action. It
106+
The role of the Form Object is to manage the input data for a given action. It
107107
validates data and only allows whitelisted attributes (replacing the need for
108108
Strong Parameters). This is a departure from "The Rails Way" where the model
109109
contains the validations. Form Objects help to reduce the weight of your models

0 commit comments

Comments
 (0)