docs(yum): fix typo (#13589)

This commit is contained in:
Jason 2026-02-23 15:16:40 +05:30 committed by GitHub
commit 536515d186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,6 @@ plugins=(... yum)
| yi | `sudo yum install` | Install package |
| ygi | `sudo yum groupinstall` | Install package group |
| yr | `sudo yum remove` | Remove package |
| ygr | `sudo yum groupremove` | Remove pagage group |
| ygr | `sudo yum groupremove` | Remove package group |
| yrl | `sudo yum remove --remove-leaves` | Remove package and leaves |
| yc | `sudo yum clean all` | Clean yum cache |