From 26540b4cb1d22be37897cee85fa215806dea17eb Mon Sep 17 00:00:00 2001 From: Nich Date: Tue, 27 Jan 2026 11:48:55 -0500 Subject: [PATCH] Fix typo in installation instructions --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index f47a448..5e96c81 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -6,7 +6,7 @@ 1. Insert the micro SD card into your computer. 2. Ensure that the SD card is formatted as a FAT32 or exFAT filesystem, and using the "Master Boot Record" partition scheme. - If not, use the specified tools in [What you will need](#what-you-will-need) to format the card as FAT32/exFAT. - - Double check you selected "Mater Boot Record (MBR)" partition scheme option, otherwise your card will not boot correctly. + - Double check you selected "Master Boot Record (MBR)" partition scheme option, otherwise your card will not boot correctly. 3. Find and unzip the file you downloaded from the [GitHub Releases Page]({{ urls.github}}/releases) (`all.zip` or `base.zip`). 4. Open the unzipped directory and copy all content to the root of your SD card. 5. Eject your SD card safely from your computer and insert it back into your device.