From a4257eea953db575d3581e5ecd8210783c1d0843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Fri, 10 Feb 2023 13:44:37 +0100 Subject: [PATCH] Fix typo --- Docs/Documentation/Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Documentation/Authentication.md b/Docs/Documentation/Authentication.md index a791c791..66f94f40 100644 --- a/Docs/Documentation/Authentication.md +++ b/Docs/Documentation/Authentication.md @@ -175,7 +175,7 @@ defined at the ``Auth`` configuration key. If the default configuration is not enough for your project's needs you may create a custom loader extending the default loader provided. -Fore xample, create a file ``src/Loader/AppAuthenticationServiceLoader.php``: +For example, create a file ``src/Loader/AppAuthenticationServiceLoader.php``: ```php