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 bb38b5a commit 363a5fbCopy full SHA for 363a5fb
docs/src/ScriptSystems/introduction.md
@@ -23,7 +23,7 @@ local system_with_name = update:get_system_by_name("my_system")
23
24
## Inserting Systems
25
26
-To insert a system wou will need to use the `system_builder` global function like below:
+To insert a system you will need to use the `system_builder` global function like below:
27
28
```lua
29
local system = system_builder("my_system", script_id)
0 commit comments