From f44e981ea437747a6c4a27f0dff0cb4c69eebc5e Mon Sep 17 00:00:00 2001 From: tiendn <15717476+tiendn@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:11:36 +0700 Subject: [PATCH 1/2] docs: correct capitalization in release notes (#4183) Fixed the capitalization of "Linux" in the release notes to enhance readability and maintain consistency in documentation. This change aligns with previous efforts to improve the clarity of the project's documentation. --- docs/release-notes/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes.md b/docs/release-notes/release-notes.md index a692d2d71d..62f93bcbeb 100644 --- a/docs/release-notes/release-notes.md +++ b/docs/release-notes/release-notes.md @@ -9,7 +9,7 @@ This guide provides notes for major version releases. These notes may be helpful #### Enabling BBR and MCTCP Consensus node operators must enable the BBR (Bottleneck Bandwidth and Round-trip propagation time) congestion control algorithm. See [#3774](https://github.com/celestiaorg/celestia-app/pull/3774). -if using linux in docker, kubernetes, a vm or baremetal, this can be done by calling +If using Linux in Docker, Kubernetes, a VM or baremetal, this can be done by calling ```sh make enable-bbr From 483933842e9027bf98002fbd4782b92cd1f29ea8 Mon Sep 17 00:00:00 2001 From: tiendn <15717476+tiendn@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:44:05 +0700 Subject: [PATCH 2/2] chore: update typo --- docs/release-notes/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes.md b/docs/release-notes/release-notes.md index 62f93bcbeb..11b2ad9210 100644 --- a/docs/release-notes/release-notes.md +++ b/docs/release-notes/release-notes.md @@ -9,7 +9,7 @@ This guide provides notes for major version releases. These notes may be helpful #### Enabling BBR and MCTCP Consensus node operators must enable the BBR (Bottleneck Bandwidth and Round-trip propagation time) congestion control algorithm. See [#3774](https://github.com/celestiaorg/celestia-app/pull/3774). -If using Linux in Docker, Kubernetes, a VM or baremetal, this can be done by calling +If using Linux in Docker, Kubernetes, a VM or bare-metal, this can be done by calling ```sh make enable-bbr