From 5c243539ec02ff2ba9ffdd475dc592a19bc095f9 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Thu, 9 Jan 2025 03:01:44 +0100 Subject: [PATCH] Fix typo Update CHANGELOG.md (#2465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 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. --- ## 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}` --- apps/hubble/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index f5f04a0b5..7c703fb61 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -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