Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/2.guide/2.directory-structure/1.plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 11, 2022
1 parent c126e64 commit 860f0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.directory-structure/1.plugins.md
Expand Up @@ -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.

Expand Down

0 comments on commit 860f0ee

Please sign in to comment.