From be89e33bac30fcbab1f70818352cdc545ca32629 Mon Sep 17 00:00:00 2001 From: Pikammmmm <124257101+pikammmmm@users.noreply.github.com> Date: Sat, 2 May 2026 11:27:48 +0200 Subject: [PATCH] Fix `nessessary` -> `necessary` typo (2 occurrences) in flashing_os (#1661) --- docs/flashing_os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flashing_os.md b/docs/flashing_os.md index 98864bc1..c59940f2 100644 --- a/docs/flashing_os.md +++ b/docs/flashing_os.md @@ -69,12 +69,12 @@ Download the appropriate SD card image. Select it based on the board, platform, ## Flashing the image !!! tip - After inserting the memory card into your computer, ignore request to format. This is not nessessary. + After inserting the memory card into your computer, ignore request to format. This is not necessary. ### Using Linux CLI (ADVANCED USERS) -Decompress (if nessessary) and flash the image. **Be careful when choosing the device path, it may be different on your machine** (use `lsblk -dpno NAME,SIZE,MODEL`): +Decompress (if necessary) and flash the image. **Be careful when choosing the device path, it may be different on your machine** (use `lsblk -dpno NAME,SIZE,MODEL`): ```console [user@localhost]$ xz --decompress v2-hdmi-rpi4-latest.img.xz