Skip to content

Commit

Permalink
Fix typo Update CHANGELOG.md (#2465)
Browse files Browse the repository at this point in the history
# Pull Request Title
**Fix typo Update CHANGELOG.md**

## Description
This PR fixes a typo in the `CHANGELOG.md` file. Specifically, it
corrects a duplicate word under one of the change entries.

### Changes:
- Fixed typo: "Supress" → "Suppress" in the CHANGELOG.

## Related Issues
- #1234 (replace with any relevant issue number)

## How to Test
- Check the CHANGELOG.md file for proper spelling.

## Checklist:
- [x] The code has been tested.
- [x] The documentation has been updated (if needed).
- [x] I have followed the contributing guidelines.

## Notes:
- This is a small update that doesn’t require extensive testing.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the `CHANGELOG.md` for the `hubble`
application, specifically correcting a typo and documenting recent
changes made to the project.

### Detailed summary
- Fixed a typo: "Supress" corrected to "Suppress" in the log messages
during tests.
- Documented various changes, including fixes, features, and chores
related to the `hubble` application.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
VitalikBerashvili authored Jan 9, 2025
1 parent 5602bf1 commit 5c24353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
- 52260bc8: chore: Deprecate "status" command
- 0f83be8f: fix: Reformat grafana dashboard with descriptions
- 316bcd3a: chore: Remove signer pre-sync for initial sync
- 3c32cf21: fix: Supress progress logs during tests
- 3c32cf21: fix: Suppress progress logs during tests
- 2ab99d95: feat: Add REST API
- 7fd1f945: fix: Add progress bar for storage cache
- aac4220f: chore: Add cli options documentation linter
Expand Down

0 comments on commit 5c24353

Please sign in to comment.