diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt
index ce6328332c3d35cca6282c1b2f02b639fd0ea0e3..7f626d44e852d726a8658a88a36ff27aa139846b 100644
--- a/docs/simplesamlphp-sp.txt
+++ b/docs/simplesamlphp-sp.txt
@@ -36,11 +36,11 @@ If you want mulitple Service Providers in the same site and installation, you ca
 
 	'sp1' => array(
 	    'saml:SP',
-		'entityID' => 'https://sp1.example.org/,
+		'entityID' => 'https://sp1.example.org/',
 	),
 	'sp2' => array(
 	    'saml:SP',
-		'entityID' => 'https://sp2.example.org/,
+		'entityID' => 'https://sp2.example.org/',
 	),
 
 ### Enablig a certificate for your Service Provider