From e120971482eedf322f42c988ad05c19f43a4ad35 Mon Sep 17 00:00:00 2001 From: Justin Edwards Date: Fri, 8 Mar 2013 19:03:52 -0600 Subject: [PATCH] Update README.md to fix some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0eb38cd..540c5ccd 100644 --- a/README.md +++ b/README.md @@ -811,7 +811,7 @@ end **SimpleForm** also allows you to use optional elements. For instance, let's suppose you want to use hints or placeholders, but you don't want them to be generated automatically. You can set their -default values to `false` or use the `optional` method. Is preferible to use the `optional` syntax: +default values to `false` or use the `optional` method. Is preferable to use the `optional` syntax: ```ruby config.wrappers placeholder: false do |b| @@ -825,7 +825,7 @@ end ``` By setting it as `optional`, a hint will only be generated when `hint: true` is explicitly used. -The same for placehold. +The same for placeholder. ## HTML 5 Notice