From 10d77621cf57ebc0a75e1f5dd43382d92e89463a Mon Sep 17 00:00:00 2001 From: Ramon Gebben Date: Tue, 14 Feb 2017 09:49:05 +0100 Subject: [PATCH] Updated api.md There was a small error in the docs. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index a93a01d..3a66b01 100644 --- a/docs/api.md +++ b/docs/api.md @@ -212,9 +212,9 @@ Renders any child components if there isn't an established user session. Specify the option `inGroup` to only show child components when a user isn't in a certain group. ```html - + You are authenticated as an administrator! - + ``` If you want to specify more complex groups, please see section [Group Expressions](#group-expressions).