From b681f8222f9acbf2ec920ec2c755350f983ce4a9 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sun, 7 Jan 2018 01:05:27 +0100
Subject: [PATCH] Fix docs

---
 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 886d6fcbd..c2632a28c 100644
--- a/modules/consent/docs/consent.md
+++ b/modules/consent/docs/consent.md
@@ -42,7 +42,7 @@ the user logs in.
 Example:
 
     90 => array(
-        'class:Consent',
+        'class' => 'class:Consent',
     ),
 
 Using storage
-- 
GitLab