Skip to content

Commit 25b65dc

Browse files
committed
Fix typos and some rewording
1 parent 12e0a0c commit 25b65dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2024-05-28-nushell_0_94_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ shell_integration: {
156156
}
157157
```
158158

159-
This change provides greater granularity, allowing you to disable certain integrations that may cause issues in certain terminals.
159+
This change provides greater granularity, allowing you to disable any integrations that may cause issues in certain terminals.
160160

161161
## Hall of fame [[toc](#table-of-content)]
162162

@@ -353,7 +353,7 @@ Some commands are incorrectly using the current working directory of the shell p
353353

354354
#### `nu-highlight` [[toc](#table-of-content)]
355355

356-
`nu-highlight` has received two bug fixes. Namely, highlight `not` has been fixed ([#12815](https://github.com/nushell/nushell/pull/12815)) and extra output when highlighting list spreads has been fixed ([#12793](https://github.com/nushell/nushell/pull/12793)).
356+
`nu-highlight` has received two bug fixes. Namely, highlighting `not` has been fixed ([#12815](https://github.com/nushell/nushell/pull/12815)) and the extra output present when highlighting list spreads has been fixed ([#12793](https://github.com/nushell/nushell/pull/12793)).
357357

358358
#### `into sqlite` [[toc](#table-of-content)]
359359

@@ -397,7 +397,7 @@ The `lazy make` command has been removed in [#12682](https://github.com/nushell/
397397

398398
#### `describe --collect-lazyrecords` [[toc](#table-of-content)]
399399

400-
The `--collect-lazyrecords` flag has been removed from `describe`, since lazy records have been remove from the language ([#12682](https://github.com/nushell/nushell/pull/12682)).
400+
The `--collect-lazyrecords` flag has been removed from `describe`, since lazy records have been removed from the language ([#12682](https://github.com/nushell/nushell/pull/12682)).
401401

402402
#### List of environment variables support in `with-env` [[toc](#table-of-content)]
403403

0 commit comments

Comments
 (0)