1
0
mirror of https://github.com/orhun/kmon synced 2024-06-29 06:24:54 +00:00

doc: fix typos (#38)

Found via `typos --format brief`
This commit is contained in:
Kian-Meng Ang 2022-12-13 17:36:52 +08:00 committed by GitHub
parent 33bc3974c5
commit bb9c59d54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ This release contains major code refactoring for bumping [tui-rs](https://github
## [1.3.5] - 2020-07-30
### Changed
- Update README.md about Arch Linux packages
- Update the release steps of AUR packages in CD worflow
- Update the release steps of AUR packages in CD workflow
- Update a link in release instructions about AUR packages
### Fixed

View File

@ -341,7 +341,7 @@ Some kernel messages might be long enough for not fitting into the kernel activi
### Kernel Information
Use one of the `\, tab, backtab` keys to switch between kernel release, version and platform informations.
Use one of the `\, tab, backtab` keys to switch between kernel release, version and platform information.
![Kernel Information](https://user-images.githubusercontent.com/24392180/76686943-9f949680-6630-11ea-9045-a8f83313faa1.gif)

View File

@ -8,7 +8,7 @@
4. Commit and push the changes.
5. Create a new tag: `git tag -s -a v[x.y.z]` ([signed](https://keyserver.ubuntu.com/pks/lookup?search=0x485B7C52E9EC0DC6&op=vindex))
6. Push the tag: `git push --tags`
7. Wait for [Continous Deployment](https://github.com/orhun/kmon/actions) workflow to finish.
7. Wait for [Continuous Deployment](https://github.com/orhun/kmon/actions) workflow to finish.
## License