Skip to content

Commit

Permalink
doc: fix typos (#38)
Browse files Browse the repository at this point in the history
Found via `typos --format brief`
  • Loading branch information
kianmeng authored Dec 13, 2022
1 parent 33bc397 commit bb9c59d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb9c59d

Please sign in to comment.