From d5f5373789ee4ff0dcb4303ccf12db7a2ad2b645 Mon Sep 17 00:00:00 2001 From: Katrist <74381356+Katrist@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:19:36 -0600 Subject: [PATCH] Grammar fixes --- content/en-us/scripting/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/scripting/scripts.md b/content/en-us/scripting/scripts.md index 799c4138f..29148a04a 100644 --- a/content/en-us/scripting/scripts.md +++ b/content/en-us/scripting/scripts.md @@ -19,7 +19,7 @@ Roblox has three types of scripts: - `Class.Script` for scripts that can run on the server. - `Class.LocalScript` for scripts that can run on a client. -- `Class.ModuleScript` for reusable modules that can be included in server or +- `Class.ModuleScript` for reusable modules that can be included in server and client scripts. To control where scripts run, see the [server](../projects/data-model.md#server),