From 60e9a7d7ff024473605e8c8279c726cc62cb1caf Mon Sep 17 00:00:00 2001 From: bgryzyng Date: Tue, 12 May 2026 16:04:19 +0000 Subject: [PATCH] Update modules/ROOT/pages/installation/index.adoc Fix typo. --- modules/ROOT/pages/installation/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/index.adoc b/modules/ROOT/pages/installation/index.adoc index 4ba5762..d619a5b 100644 --- a/modules/ROOT/pages/installation/index.adoc +++ b/modules/ROOT/pages/installation/index.adoc @@ -122,7 +122,7 @@ A installation on bare metal requires to transfer the installation file to a boo . As a (typically hands-off) server sysadmin, you can use the "Media Writer" graphical utility provided by the Fedora Project to accomplish this task. See https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/#using-fedora-media-writer[Creating and using a live installation image - Using Fedora Media Writer] for guidance on using this program. -. As a (hard core) server sysadmin to be, you might prefer a fast and efficiont CLI tool, the `dd` command. If you are already in a terminal window, connect the USB stick and enter the following command to get a list of connected devices. +. As a (hard core) server sysadmin to be, you might prefer a fast and efficient CLI tool, the `dd` command. If you are already in a terminal window, connect the USB stick and enter the following command to get a list of connected devices. + [source,] ----