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