From ca78b091912d07039290f00354aa0f5d538da87f Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 16 Aug 2026 03:10:11 +0200 Subject: [PATCH] Typo fixed (`s/unwatned/unwanted/`) --- blog/2026-08-15-nushell_v0_115_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2026-08-15-nushell_v0_115_0.md b/blog/2026-08-15-nushell_v0_115_0.md index 3ca522c61a8..79566ac3773 100644 --- a/blog/2026-08-15-nushell_v0_115_0.md +++ b/blog/2026-08-15-nushell_v0_115_0.md @@ -122,7 +122,7 @@ Tags also mean tags now. Previously, tagged scalars weren't really handled prope # => {Key: "${AWS::StackName}"} ``` -`to yaml` is also more specific about values that cannot round-trip. By default it errors instead of quietly turning them into something else. If that is unwatned, choose the behavior explicitly with `--non-roundtrip null` or `--non-roundtrip lossy`. The `--serialize` flag is still available but will probably be deprecated in the future. +`to yaml` is also more specific about values that cannot round-trip. By default it errors instead of quietly turning them into something else. If that is unwanted, choose the behavior explicitly with `--non-roundtrip null` or `--non-roundtrip lossy`. The `--serialize` flag is still available but will probably be deprecated in the future. ```nushell {|| $in } | to yaml