diff --git a/blog/2026-04-11-nushell_v0_112_1.md b/blog/2026-04-11-nushell_v0_112_1.md
index 6165d9e8546..0604b51f75a 100644
--- a/blog/2026-04-11-nushell_v0_112_1.md
+++ b/blog/2026-04-11-nushell_v0_112_1.md
@@ -469,7 +469,7 @@ Now you see this output in the `--testbin` section of the help.
### Added support for parsing `hh:mm:ss` formatted strings in `into duration`
-Added the ability to parse `h:m:s` with `into datetime` with optional .mmm for millis, .mmmmmm for micros, and .mmmmmmmmm for nanos.
+Added the ability to parse `h:m:s` with `into datetime` with optional `.mmm` for millis, `.mmmmmm` for micros, and `.mmmmmmmmm` for nanos.
It has to be in the format of `h:m:s`:
@@ -494,7 +494,7 @@ When it is, it should just work:
3hr 34min[0m
```
-When minutes or seconds >= 60 there are errors:
+When minutes or seconds >= `60` there are errors:
```ansi :no-line-numbers
[38;5;14m> [32m"3:61:0"[39m [1m[35m|[22m[39m [1m[36minto duration[22m[39m