From b123ef2411bc080692946e843d55df9b5adbfe23 Mon Sep 17 00:00:00 2001 From: Nate Eagleson <nate@nateeag.com> Date: Wed, 18 Oct 2017 15:41:05 -0400 Subject: [PATCH] Fix typo in docs/simplesamlphp-sp.md --- docs/simplesamlphp-sp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-sp.md b/docs/simplesamlphp-sp.md index c7de105c2..089e3fc77 100644 --- a/docs/simplesamlphp-sp.md +++ b/docs/simplesamlphp-sp.md @@ -32,7 +32,7 @@ This is a minimal `authsources.php` for a SP: For more information about additional options available for the SP, see the [`saml:SP` reference](./saml:sp). -If you want mulitple Service Providers in the same site and installation, you can add more entries in the `authsources.php` configuration. If so remember to set the EntityID explicitly. Here is an example: +If you want multiple Service Providers in the same site and installation, you can add more entries in the `authsources.php` configuration. If so remember to set the EntityID explicitly. Here is an example: 'sp1' => array( 'saml:SP', -- GitLab