diff --git a/blog/2025-10-15-nushell_v0_108_0.md b/blog/2025-10-15-nushell_v0_108_0.md index eb0cbaa4bc9..492a95c0154 100644 --- a/blog/2025-10-15-nushell_v0_108_0.md +++ b/blog/2025-10-15-nushell_v0_108_0.md @@ -1127,7 +1127,7 @@ The following commands will no longer raise ir-eval errors: ### Dotnu completion refactor, fixes path with space for both dotnu module path and external executable ([#16715]) [[toc](#table-of-contents)] -Module path completion for command `use`/`source` now behaviors in the same manner of basic file completion, which is less error prone when dealing with paths with spaces or other special characters. +Module path completion for commands `use`/`source` now behaves in the same manner as basic file completion, which is less error-prone when dealing with paths with spaces or other special characters. Fixed the bug of empty result of external executable path completion at the head of a pipeline when the path prefix contains spaces.