From d58177d8345f8dc2e3443dcc27899b78e3e9bf86 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Wed, 17 Apr 2024 08:59:50 -0400 Subject: [PATCH] Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3870cf7..3772677 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ DDD::filterAutoloadPathsUsing(function (SplFileInfo $file) { } }); ``` -The filter callback is based on the Symfony's [Finder Component](https://symfony.com/doc/current/components/finder.html#custom-filtering). +The filter callback is based on Symfony's [Finder Component](https://symfony.com/doc/current/components/finder.html#custom-filtering). ### Disabling Autoloading You may disable autoloading by setting the respective autoload options to `false` in the configuration file as needed, or by commenting out the autoload configuration entirely.