From 35402f3e798ddec4e631b6ff2862474118f8695a Mon Sep 17 00:00:00 2001 From: josef radinger Date: May 04 2020 17:01:00 +0000 Subject: Update modules/ROOT/pages/removing-modules.adoc typo --- diff --git a/modules/ROOT/pages/removing-modules.adoc b/modules/ROOT/pages/removing-modules.adoc index 8da8c34..f33762d 100644 --- a/modules/ROOT/pages/removing-modules.adoc +++ b/modules/ROOT/pages/removing-modules.adoc @@ -6,12 +6,12 @@ In general, to remove a module installed on your system, use the following comma == Advanced -There is a situation when a specific package has been installed first, and then a modules has been installed after that. Example: +There is a situation when a specific package has been installed first, and then a module has been installed after that. Example: $ sudo dnf install ruby $ sudo dnf module install ruby:2.6/default -In this case, running the `dnf module remove` command would not remove the `ruby` package, as as DNF remembers that package has been explicitly installed. +In this case, running the `dnf module remove` command would not remove the `ruby` package, as DNF remembers that package has been explicitly installed. To make the `ruby` package uninstalled with the `dnf module remove` command, run the following: