From 6b584c27938911a683df480cac8ffe91dbf6e46d Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 4 Aug 2022 09:12:36 +0200
Subject: [PATCH] docs(hermit versioning): fix typos (#16929)

---
 lib/modules/versioning/hermit/readme.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lib/modules/versioning/hermit/readme.md b/lib/modules/versioning/hermit/readme.md
index 44340dfd2f..cf873dc22f 100644
--- a/lib/modules/versioning/hermit/readme.md
+++ b/lib/modules/versioning/hermit/readme.md
@@ -2,12 +2,11 @@ Hermit versioning is a mix of `version` and `channel`.
 
 **Version**
 
-Hermit's package version comes from the packge's original git tag. The version is
-an extension to semver, with an extra build number to accomondate package
-versions from OpenJDK, which has a value `15.0.1_9`.
+Hermit's package version comes from the package's original Git tag.
+The version is an extension to SemVer, with an extra build number to accommodate package versions from OpenJDK, which has a value `15.0.1_9`.
 
 **Channel**
 
-[Channel](https://cashapp.github.io/hermit/packaging/reference/#channels) could be hermit generated or user defined.
+[Channel](https://cashapp.github.io/hermit/packaging/reference/#channels) could be Hermit-generated or user-defined.
 Channel is considered unstable version and normally won't upgrade.
-If you would like to get out of Channel, you could replace the Channel with a given version number and let it managed by Renovate ongoing.
+If you would like to get out of Channel, you could replace the Channel with a given version number and let Renovate manage it.
-- 
GitLab