From 21af270297cdcecb2a585b5b8f537e5065077f6e Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 18 Oct 2025 15:51:05 +0200 Subject: [PATCH] Fix typo/wording in v108 release notes While I assume it's a word typo of 'show' -> 'should', the two closed bug ticket samples work now, so I would find it more appropriate to make it a definite statement. 'should' would unnecessarily leave open why it may still not be working. --- blog/2025-10-15-nushell_v0_108_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-10-15-nushell_v0_108_0.md b/blog/2025-10-15-nushell_v0_108_0.md index eb0cbaa4bc9..6b246c48560 100644 --- a/blog/2025-10-15-nushell_v0_108_0.md +++ b/blog/2025-10-15-nushell_v0_108_0.md @@ -1225,7 +1225,7 @@ This was due to a miscompilation bug, which is now fixed. - The LSP should now work better with unsaved files and with overlays used as prefixes (ex. `overlay use foo as bar --prefix`) ([#16568]) -- Variables defined as custom command arguments show now be available to autocomplete inside that command. ([#16531]) +- Variables defined as custom command arguments now autocomplete inside that command. ([#16531]) - Fixed building `nu-command` by itself. ([#16616])