Skip to content

Commit 53447ae

Browse files
authored
Nushell 0.86 release notes: fix grammar "to now about" → "to know about" (#1111)
1 parent 75a0108 commit 53447ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2023-10-17-nushell_0_86.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ open /etc/passwd | lines | split column ":" user . uid gid desc home shell | int
354354
- to get the content of the default config files of Nushell without overwritting the true `config.nu`
355355
and `env.nu`, [@poliorcetics](https://github.com/poliorcetics) have added the `--default` option to
356356
both `config nu` and `config env` in [#10480](https://github.com/nushell/nushell/pull/10480)
357-
- to now about all the available escapes that Nushell supports, [@vedaRadev](https://github.com/vedaRadev)
357+
- to know about all the available escapes that Nushell supports, [@vedaRadev](https://github.com/vedaRadev)
358358
have added `help escapes` in [#10522](https://github.com/nushell/nushell/pull/10522)
359359
- tired of crawling the internet or computing series of number with loops and mutable variables?
360360
[@hudclark](https://github.com/hudclark) got your back with the new `unfold` command from [#10489](https://github.com/nushell/nushell/pull/10489)!

0 commit comments

Comments
 (0)