fix typos

This commit is contained in:
Lupus590 2022-04-14 15:57:31 +01:00 committed by GitHub
parent 89899f0ee2
commit f3935280d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# 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.