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