From 855fa1e745addece20c2f206bac9b548c034fc7e Mon Sep 17 00:00:00 2001 From: Vaughn Weiss Date: Mon, 27 Feb 2017 11:41:16 -0800 Subject: [PATCH] Fix grammar errors Changes made to lines 217 and 1060 as per Issue #1468 (two typo edit suggestions) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a437f25c..c276c04a 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ the wrapper as well: <% end %> ``` -**Simple Form** accepts same options as their corresponding input type helper in Rails: +**Simple Form** inputs accept the same options as their corresponding input type helper in Rails: ```erb <%= simple_form_for @user do |f| %> @@ -1057,7 +1057,7 @@ http://rubydoc.info/github/plataformatec/simple_form/master/frames ### Bug reports If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as -possible to help us fixing the possible bug. We also encourage you to help even more by forking and +possible to help us in fixing the potential bug. We also encourage you to help even more by forking and sending us a pull request. https://github.com/plataformatec/simple_form/issues