diff --git a/README.md b/README.md
index 8a184696..2c892940 100644
--- a/README.md
+++ b/README.md
@@ -2138,7 +2138,7 @@ set :protection, :session => true
Places a lock around every request, only running processing on request
per Ruby process concurrently.
-
Enabled if your app is not thread-safe. Disabled per default.
+ Enabled if your app is not thread-safe. Disabled by default.
method_override
@@ -2153,7 +2153,7 @@ set :protection, :session => true
Whether or not to insert request.script_name into redirects if no
absolute path is given. That way redirect '/foo' would behave like
- redirect to('/foo'). Disabled per default.
+ redirect to('/foo'). Disabled by default.
protection
@@ -2225,7 +2225,7 @@ set :protection, :session => true
Disable when using a server able to do this on its own.
Disabling will boost performance.
- Enabled per default in classic style, disabled for modular apps.
+ Enabled by default in classic style, disabled for modular apps.
static_cache_control
@@ -2789,7 +2789,7 @@ end
You have the request scope binding inside:
-* get, head, post, put, delete, options, patch, link, and unlink blocks
+* get, head, post, put, delete, options, patch, link and unlink blocks
* before and after filters
* helper methods
* templates/views