From 0b2b98cbfcdc1cc6bd8fe123ef82c3e3ee5f07ed Mon Sep 17 00:00:00 2001
From: Vincent Rioux <vrioux@ctech.ca>
Date: Thu, 18 Aug 2016 11:28:32 -0400
Subject: [PATCH] Added docs for regex consent.disable

---
 modules/consent/docs/consent.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md
index 1897ffb99..58e27d913 100644
--- a/modules/consent/docs/consent.md
+++ b/modules/consent/docs/consent.md
@@ -235,7 +235,7 @@ Disable consent for some IdPs for a given SP:
 ### Regular expression support ###
 
 You can use regular expressions to evaluate the entityId of either the IdP
-or the SP.  It makes it easy to disable consent for an entire domain or
+or the SP.  It makes it possible to disable consent for an entire domain or
 for a range of specific entityIds.  Just use an array instead of a flat string
 with the following format (note that flat string and array entries are allowed
 at the same time) :
-- 
GitLab