From a07fe6a2d9095f532cb6addd2f3fad06b12d5cf7 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sun, 12 Apr 2026 13:44:55 +0200 Subject: [PATCH] Fix typo in v0.112.1 post I assume this is a typo. --- blog/2026-04-11-nushell_v0_112_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2026-04-11-nushell_v0_112_1.md b/blog/2026-04-11-nushell_v0_112_1.md index 6165d9e8546..87ebc83126f 100644 --- a/blog/2026-04-11-nushell_v0_112_1.md +++ b/blog/2026-04-11-nushell_v0_112_1.md @@ -967,7 +967,7 @@ Flags removed: - `watch --debounce-ms` in favor of `watch --debounce` - `into value --columns --prefer-filesizes` in favor of `detect type --columns --prefer-filesizes` -`into value` no longer infer nushell datatype form string. Use `detect type` in combination with `update cells` instead. +`into value` no longer infer nushell datatype from string. Use `detect type` in combination with `update cells` instead. ## Other changes