Fix tons of typos

This commit is contained in:
Olivier Gagnon
2022-10-09 01:25:31 -04:00
parent f8a3a046de
commit f6f023eeb4
110 changed files with 212 additions and 207 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export class Script {
dependencies: ScriptUrl[] = [];
dependents: ScriptReference[] = [];
// Amount of RAM this Script requres to run
// Amount of RAM this Script requires to run
ramUsage = 0;
ramUsageEntries?: RamUsageEntry[];