From d5bd42b1a32d099f04c42d4b4f3c41e76a0a4b3d Mon Sep 17 00:00:00 2001 From: forevermatt <forevermatt@users.noreply.github.com> Date: Wed, 7 Jun 2017 12:59:24 -0400 Subject: [PATCH] Fix minor typo. --- docs/simplesamlphp-sp-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-sp-migration.md b/docs/simplesamlphp-sp-migration.md index 267f0e56c..ff6f3e1ee 100644 --- a/docs/simplesamlphp-sp-migration.md +++ b/docs/simplesamlphp-sp-migration.md @@ -22,7 +22,7 @@ Create a new authentication source In this step we are going to create an authentication source which uses the `saml` module for authentication. To do this, we open `config/authsources.php`. Create the file if it does not exist. -If you create the file, it should looke like this: +If you create the file, it should look like this: <?php $config = array( -- GitLab