diff --git a/docs/simplesamlphp-sp-migration.md b/docs/simplesamlphp-sp-migration.md
index 267f0e56ca4a97e24abac85282272f68793da248..ff6f3e1ee100970412fd24165f6144d614ea561e 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(