From cd6fd8e6ca17a1ef5ea10fca93cc618898cfa050 Mon Sep 17 00:00:00 2001 From: Lupus590 Date: Thu, 14 Apr 2022 16:02:19 +0100 Subject: [PATCH] fix another typo --- 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 7ca2ab720..f96cb5bdb 100644 --- a/doc/guides/startup_files.md +++ b/doc/guides/startup_files.md @@ -27,7 +27,7 @@ To reiterate, startup files names are all lowercase. CC is looking for `startup` ::: ## Searching drives for startup files -If `shell.allow_disk_startup` is true (which it is by default), then the CC computer will look for disk drives that have atleast one startup file, it only uses the first disk that fulfils this criteria. Disk drives are searched in the order they are found via `peripheral.getNames()`. It then runs the found startup files as described below. +If `shell.allow_disk_startup` is true (which it is by default), then the CC computer will look for disk drives that have at least one startup file, it only uses the first disk that fulfils this criteria. Disk drives are searched in the order they are found via `peripheral.getNames()`. It then runs the found startup files as described below. If `shell.allow_startup` is true (which it is by default) and no disk startup file was used, then the computer will look for startup files in it's internal storage. Valid files are ran as described below.