From 409f9e0030dd776763d1664d1a3f52fd1fd0c7e8 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 4 Nov 2016 13:35:16 +0100 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d17d2f4..24eb5de 100644 --- a/README.md +++ b/README.md @@ -318,8 +318,8 @@ class ApplicationController < ActionController::Base end ``` -**This verification mechanism only exists to aid you while developing you -application, so you don't forget to call `authorize`. If is not some kind of +**This verification mechanism only exists to aid you while developing your +application, so you don't forget to call `authorize`. It is not some kind of failsafe mechanism or authorization mechanism. You should be able to remove these filters without affecting how your app works in any way.**