diff --git a/blog/2026-02-28-nushell_v0_111_0.md b/blog/2026-02-28-nushell_v0_111_0.md
index e46b71447c1..a7812866199 100644
--- a/blog/2026-02-28-nushell_v0_111_0.md
+++ b/blog/2026-02-28-nushell_v0_111_0.md
@@ -22,7 +22,7 @@ As part of this release, we also publish a set of optional [plugins](https://www
# Highlights and themes of this release
-## Select menus are smooth now
+## Select menus are smooth now
[@jlcrochet](https://github.com/jlcrochet) went in and reworked how `input list` behaves in [#17420](https://github.com/nushell/nushell/pull/17420). It feels a lot nicer now. Scrolling is smooth, the weird flicker is basically gone, and there are some really useful new flags along the way.
@@ -30,7 +30,7 @@ If you use interactive lists often, this one is easy to appreciate.
We even have a video of it, [check it out!](#updated-input-list-command)
-## Type `polars` less now
+## Type `polars` less now
[@ayax79](https://github.com/ayax79) got tired of typing `polars x` again and again. So in [#17359](https://github.com/nushell/nushell/pull/17359) he added support for aliasing command groups.
@@ -50,7 +50,7 @@ Shorter commands, same result. Hard to complain about that.
[Take a look how much shorter the example got.](#aliasing-now-works-with-parent-commands)
-## Try-Catch-Finally!
+## Try-Catch-Finally!
For a long time Nushell had `try` and `catch`, but no `finally`. We got asked about it. Thanks to [@WindSoilder](https://github.com/WindSoilder) and [#17397](https://github.com/nushell/nushell/pull/17397), that is fixed now.
@@ -83,7 +83,7 @@ So even when you really mean "stop", `finally` still runs.
Take a look at the [main entry](#users-can-use-finally-after-try-catch) and the [`exit` entry](#finally-runs-even-after-exit).
-## Pipe-`let`-line
+## Pipe-`let`-line
Last release gave us `let` at the end of a pipeline. Now, thanks to [@fdncred](https://github.com/fdncred) in [#17446](https://github.com/nushell/nushell/pull/17446), you can drop `let` right into the middle of one too.
@@ -100,7 +100,7 @@ See, very nice. No need to break things apart just to stash a value.
Assign variables anywhere, read more [here](#let-now-behaves-differently-inside-pipelines).
-## Experimental Native Clipboard
+## Experimental Native Clipboard
::: important Experimental option
This feature is behind an experimental option.