From 860f0ee714452196a339c9e6576f446ee81625c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 11 Oct 2022 14:13:51 +0200 Subject: [PATCH] Update docs/content/2.guide/2.directory-structure/1.plugins.md --- docs/content/2.guide/2.directory-structure/1.plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/2.directory-structure/1.plugins.md b/docs/content/2.guide/2.directory-structure/1.plugins.md index 71a4a47a5ed..15e0d61782d 100644 --- a/docs/content/2.guide/2.directory-structure/1.plugins.md +++ b/docs/content/2.guide/2.directory-structure/1.plugins.md @@ -52,7 +52,7 @@ plugins/ | - 2.myOtherPlugin.ts ``` -In this example, "2.myOtherPlugin.ts" will be able to access anything that was injected by "1.myPlugin.ts." +In this example, `2.myOtherPlugin.ts` will be able to access anything that was injected by `1.myPlugin.ts`. This is useful in situations where you have a plugin that depends on another plugin.