From 1e73c14bdb922cbb2e951aabefbce97d7997d31e Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Thu, 25 Apr 2024 14:55:48 +0300 Subject: [PATCH] file name --- docs/book/v4/configuration.md | 2 +- docs/book/v4/{instalation.md => installation.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/book/v4/{instalation.md => installation.md} (100%) diff --git a/docs/book/v4/configuration.md b/docs/book/v4/configuration.md index 3e00556..9f88c62 100644 --- a/docs/book/v4/configuration.md +++ b/docs/book/v4/configuration.md @@ -3,4 +3,4 @@ After installation, you need to register the `ConfigProvider` in your project by adding the below line to your configuration aggregator (usually: `config/config.php`) - \Dot\Event\ConfigProvider::class + Dot\Event\ConfigProvider::class diff --git a/docs/book/v4/instalation.md b/docs/book/v4/installation.md similarity index 100% rename from docs/book/v4/instalation.md rename to docs/book/v4/installation.md