Skip to content

Commit 8aeeb7f

Browse files
authored
Fix typo in plugin chapter (#2208)
1 parent 690f6f8 commit 8aeeb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/book/modular-architecture/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Yes, yes it does.
104104
For game code, this can be really convenient,
105105
allowing you to readily group functionality into a nice hierarchy.
106106

107-
If you're writing a library though, you probably shouldn't do nest plugins like this.
107+
If you're writing a library though, you probably shouldn't nest plugins like this.
108108
It can make it harder to follow what's going on,
109109
and it becomes challenging to selectively disable plugins for testing or things like "making a server build".
110110

0 commit comments

Comments
 (0)