From 0cd741bc1d53402e845bf0e7a65ba4e1ba1c5da8 Mon Sep 17 00:00:00 2001 From: LeeStovall <118306549+LeeStovall@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:25:47 -0500 Subject: [PATCH] Minor typo change in system startup doc --- docs/books/admin_guide/10-boot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/10-boot.md b/docs/books/admin_guide/10-boot.md index c36dd258d6..23843b37c1 100644 --- a/docs/books/admin_guide/10-boot.md +++ b/docs/books/admin_guide/10-boot.md @@ -4,7 +4,7 @@ title: System Startup # System Startup -In this chapter you will learn how the system start. +In this chapter, you will learn how the system starts. **** **Objectives**: In this chapter, future Linux administrators will learn: @@ -13,7 +13,7 @@ In this chapter you will learn how the system start. :heavy_check_mark: How Rocky Linux supports this boot by using GRUB2 and systemd; :heavy_check_mark: How to protect GRUB2 from an attack; :heavy_check_mark: How to manage the services; -:heavy_check_mark: How to access to the logs from `journald`. +:heavy_check_mark: How to access logs from `journald`. :checkered_flag: **users**