Skip to content

Commit 3b89e38

Browse files
committed
fix typo
1 parent eece21b commit 3b89e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [3.0.0]
44

55
- **Breaking changes**:
6-
- **Drop** Ruby 2.7 support, [EOL since 31/03/2023](https://www.ruby-lang.org/en/downloads/branches/), no longer compatible with newest version of bundler
6+
- **Drop** Ruby 2.7 support, [EOL since 31/03/2023](https://www.ruby-lang.org/en/downloads/branches/), no longer compatible with newer versions of bundler
77
- **Drop** Ruby 3.0 support (EOL)
88
- **Additions**:
99
- WPA-PMKID-PMK [#162][#162]
@@ -24,14 +24,14 @@
2424
- Different separators
2525
- **Chore**:
2626
- Add support for Ruby 3.4
27-
- Change the way version is included. Insted of including a module `Version`, directly add the `VERSION` constant in the `HashIdentifier` class. It could avoid namespace collision with that kind of generic name.
27+
- Change the way version is included. Instead of including a module `Version`, directly add the `VERSION` constant in the `HashIdentifier` class. It could avoid namespace collision with that kind of generic name.
2828
- **Documentation**:
2929
- Use syntax highlight for shell commands without output
3030
- Add bash syntax highlight support
3131
- Update docsify, docsify plugins
3232
- Enhance of docsify theme
3333
- Include version number in docsify scripts and themes as well as CDN url for easier update
34-
- Comparition with more tools
34+
- Comparison with more tools
3535

3636
[#182]:https://github.com/noraj/haiti/pull/182
3737
[#162]:https://github.com/noraj/haiti/issues/162

0 commit comments

Comments
 (0)