From c6683c9a62e6815389a8c86a5acc16dfd0d17eb3 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Mon, 4 Aug 2014 08:12:00 +0000
Subject: [PATCH] Fix formatting of config example.

---
 docs/simplesamlphp-scoping.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/simplesamlphp-scoping.txt b/docs/simplesamlphp-scoping.txt
index 1f58695e6..53675e5fd 100644
--- a/docs/simplesamlphp-scoping.txt
+++ b/docs/simplesamlphp-scoping.txt
@@ -12,7 +12,7 @@ Scoping
 
 Scoping allows a service provider to specify a list of identity providers in an
 authnRequest to a proxying identity provider. This is an indication to the 
-proxying identity provider, that the service will only deal with the identity 
+proxying identity provider that the service will only deal with the identity
 providers specified.
 
 A common use is for a service provider in a hub-and-spoke architecture to 
@@ -36,7 +36,7 @@ who ultimately authenticates the user. A count of zero permits no proxying. If
 ProxyCount is unspecified the number of proxy indirections is not limited.
 
 `IDPList`
-: The list of trusted IdPs ie. the list of entityIDs for identity providers
+: The list of trusted IdPs, i.e. the list of entityIDs for identity providers
 that are relevant for a service provider in an authnRequest. 
 
 ### Note ###
@@ -45,13 +45,15 @@ SimpleSAMLphp does not support specifying the GetComplete option.
 Usage
 -----
 
-The ProxyCount and IDPList option can be specified in the following places
+The ProxyCount and IDPList option can be specified in the following places:
 
 - as a state parameter to the authentication source
 - in the saml:SP authentication source configuration
 - in the saml20-idp-remote metadata
 - in the saml20-sp-remote metadata
 
+Example configuration:
+
     # Add the IDPList
     'IDPList' => array(
         'IdPEntityID1',
-- 
GitLab