We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690f6f8 commit 8aeeb7fCopy full SHA for 8aeeb7f
content/learn/book/modular-architecture/plugins.md
@@ -104,7 +104,7 @@ Yes, yes it does.
104
For game code, this can be really convenient,
105
allowing you to readily group functionality into a nice hierarchy.
106
107
-If you're writing a library though, you probably shouldn't do nest plugins like this.
+If you're writing a library though, you probably shouldn't nest plugins like this.
108
It can make it harder to follow what's going on,
109
and it becomes challenging to selectively disable plugins for testing or things like "making a server build".
110
0 commit comments