From f3935280d69a0ac8ef6ddbe69d35fdb809fe4181 Mon Sep 17 00:00:00 2001 From: Lupus590 Date: Thu, 14 Apr 2022 15:57:31 +0100 Subject: [PATCH] fix typos --- doc/guides/startup_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/startup_files.md b/doc/guides/startup_files.md index ef9423961..7ca2ab720 100644 --- a/doc/guides/startup_files.md +++ b/doc/guides/startup_files.md @@ -5,7 +5,7 @@ module: [kind=guide] startup_files # Running code when a computer boots :::note Use case -You might be aware that CC computers restart when the chunk they are in reloads, one of the uses of startup files provides a way to have the CC computer to run arbitray code after it finished turning on. Currently this is the closest that CC has to persitance built in. +You might be aware that CC computers restart when the chunk they are in reloads, one of the uses of startup files provides a way to have the CC computer to run arbitrary code after it has finished turning on. Currently this is the closest that CC has to persitance built in. ::: CC computers will look for a file or folder with a special name when it finishes loading. Also, CC has a fixed order that it looks for these files and uses them.