From 33227ce1d977412a931ede84672a9f07bbac6b80 Mon Sep 17 00:00:00 2001 From: pederhan Date: Mon, 30 Sep 2024 15:30:03 +0200 Subject: [PATCH] Docs: fix typo --- docs/plugins/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/guide.md b/docs/plugins/guide.md index ff33ad13..7aa82a43 100644 --- a/docs/plugins/guide.md +++ b/docs/plugins/guide.md @@ -119,7 +119,7 @@ You are free to perform any configuration you want in the `__configure__` functi ## Configuration -Plugins are configured in the application's configuration file. Given that we have a plugin named `my_plugin`, its configuratio file entry should look like this: +Plugins are configured in the application's configuration file. Given that we have a plugin named `my_plugin`, its configuration file entry should look like this: ```toml [plugins.my_plugin]