diff --git a/blog/2025-10-15-nushell_v0_108_0.md b/blog/2025-10-15-nushell_v0_108_0.md index 6200f9fbe59..eb0cbaa4bc9 100644 --- a/blog/2025-10-15-nushell_v0_108_0.md +++ b/blog/2025-10-15-nushell_v0_108_0.md @@ -174,7 +174,7 @@ string ### Collecting a stream that contains errors now raises an error itself ([#16738]) [[toc](#table-of-contents)] -Previously, if an error was returned as a stream item and you collected that stream into a value, you would and up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item. +Previously, if an error was returned as a stream item and you collected that stream into a value, you would end up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item. You could even end up with a list entirely made up of `error`s: