Skip to content

Commit 90cb92c

Browse files
committed
Fix typos
1 parent 909f50c commit 90cb92c

File tree

3 files changed

+55
-58
lines changed

3 files changed

+55
-58
lines changed

blog/2024-04-02-nushell_0_92_0.md

Lines changed: 53 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -24,61 +24,58 @@ As part of this release, we also publish a set of optional plugins you can insta
2424

2525
# Table of content
2626

27-
- [Nushell 0.92.0](#nushell-0920)
28-
- [Where to get it](#where-to-get-it)
29-
- [Table of content](#table-of-content)
30-
- [Themes of this release / New features \[toc\]](#themes-of-this-release--new-features-toc)
31-
- [External command output changes \[toc\]](#external-command-output-changes-toc)
32-
- [Scoped file redirections \[toc\]](#scoped-file-redirections-toc)
33-
- [Tilde expansion \[toc\]](#tilde-expansion-toc)
34-
- [Support for `XDG_CONFIG_HOME` \[toc\]](#support-for-xdg_config_home-toc)
35-
- [Incorporating the `extra` feature by default \[toc\]](#incorporating-the-extra-feature-by-default-toc)
36-
- [Persistent plugins \[toc\]](#persistent-plugins-toc)
37-
- [Plugin API overhaul \[toc\]](#plugin-api-overhaul-toc)
38-
- [Plugin engine calls \[toc\]](#plugin-engine-calls-toc)
39-
- [Improved plugin custom values \[toc\]](#improved-plugin-custom-values-toc)
40-
- [Plugin test support crate \[toc\]](#plugin-test-support-crate-toc)
41-
- [Official plugin template \[toc\]](#official-plugin-template-toc)
42-
- [Debugging support and proof-of-concept profiler \[toc\]](#debugging-support-and-proof-of-concept-profiler-toc)
43-
- [Support for binary data in `explore` \[toc\]](#support-for-binary-data-in-explore-toc)
44-
- [Performance improvements \[toc\]](#performance-improvements-toc)
45-
- [Hall of fame \[toc\]](#hall-of-fame-toc)
46-
- [Bug fixes \[toc\]](#bug-fixes-toc)
47-
- [Enhancing the documentation \[toc\]](#enhancing-the-documentation-toc)
48-
- [Our set of commands is evolving \[toc\]](#our-set-of-commands-is-evolving-toc)
49-
- [New commands \[toc\]](#new-commands-toc)
50-
- [`plugin list` \[toc\]](#plugin-list-toc)
51-
- [`plugin stop` \[toc\]](#plugin-stop-toc)
52-
- [`debug profile` \[toc\]](#debug-profile-toc)
53-
- [`uname` \[toc\]](#uname-toc)
54-
- [`query db --params` \[toc\]](#query-db---params-toc)
55-
- [`detect columns --guess` \[toc\]](#detect-columns---guess-toc)
56-
- [Changes to existing commands \[toc\]](#changes-to-existing-commands-toc)
57-
- [`echo` \[toc\]](#echo-toc)
58-
- [`table` \[toc\]](#table-toc)
59-
- [`into bits` \[toc\]](#into-bits-toc)
60-
- [`nu-check` \[toc\]](#nu-check-toc)
61-
- [`mkdir` \[toc\]](#mkdir-toc)
62-
- [`ls` \[toc\]](#ls-toc)
63-
- [`version` \[toc\]](#version-toc)
64-
- [`filter` \[toc\]](#filter-toc)
65-
- [`insert` \[toc\]](#insert-toc)
66-
- [`do` \[toc\]](#do-toc)
67-
- [`complete` \[toc\]](#complete-toc)
68-
- [`ignore` \[toc\]](#ignore-toc)
69-
- [`export use` \[toc\]](#export-use-toc)
70-
- [`sleep` \[toc\]](#sleep-toc)
71-
- [`into sqlite` \[toc\]](#into-sqlite-toc)
72-
- [`to json` \[toc\]](#to-json-toc)
73-
- [`du` \[toc\]](#du-toc)
74-
- [`histogram` \[toc\]](#histogram-toc)
75-
- [`into string` \[toc\]](#into-string-toc)
76-
- [Deprecated commands \[toc\]](#deprecated-commands-toc)
77-
- [`run-external` flags \[toc\]](#run-external-flags-toc)
78-
- [Removed commands \[toc\]](#removed-commands-toc)
79-
- [`str escape-glob` \[toc\]](#str-escape-glob-toc)
80-
- [Breaking changes \[toc\]](#breaking-changes-toc)
81-
- [Full changelog \[toc\]](#full-changelog-toc)
27+
- [_Themes of this release / New features_](#themes-of-this-release-new-features-toc)
28+
- [_External command output changes_](#external-command-output-changes-toc)
29+
- [_Scoped file redirections_](#scoped-file-redirections-toc)
30+
- [_Tilde expansion_](#tilde-expansion-toc)
31+
- [_Support for `XDG_CONFIG_HOME`_](#support-for-xdg-config-home-toc)
32+
- [_Incorporating the `extra` feature by default_](#incorporating-the-extra-feature-by-default-toc)
33+
- [_Persistent plugins_](#persistent-plugins-toc)
34+
- [_Plugin API overhaul_](#plugin-api-overhaul-toc)
35+
- [_Plugin engine calls_](#plugin-engine-calls-toc)
36+
- [_Improved plugin custom values_](#improved-plugin-custom-values-toc)
37+
- [_Plugin test support crate_](#plugin-test-support-crate-toc)
38+
- [_Official plugin template_](#official-plugin-template-toc)
39+
- [_Debugging support and proof-of-concept profiler_](#debugging-support-and-proof-of-concept-profiler-toc)
40+
- [_Support for binary data in `explore`_](#support-for-binary-data-in-explore-toc)
41+
- [_Performance improvements_](#performance-improvements-toc)
42+
- [_Hall of fame_](#hall-of-fame-toc)
43+
- [_Bug fixes_](#bug-fixes-toc)
44+
- [_Enhancing the documentation_](#enhancing-the-documentation-toc)
45+
- [_Our set of commands is evolving_](#our-set-of-commands-is-evolving-toc)
46+
- [_New commands_](#new-commands-toc)
47+
- [_`plugin list`_](#plugin-list-toc)
48+
- [_`plugin stop`_](#plugin-stop-toc)
49+
- [_`debug profile`_](#debug-profile-toc)
50+
- [_`uname`_](#uname-toc)
51+
- [_`query db --params`_](#query-db-params-toc)
52+
- [_`detect columns --guess`_](#detect-columns-guess-toc)
53+
- [_Changes to existing commands_](#changes-to-existing-commands-toc)
54+
- [_`echo`_](#echo-toc)
55+
- [_`table`_](#table-toc)
56+
- [_`into bits`_](#into-bits-toc)
57+
- [_`nu-check`_](#nu-check-toc)
58+
- [_`mkdir`_](#mkdir-toc)
59+
- [_`ls`_](#ls-toc)
60+
- [_`version`_](#version-toc)
61+
- [_`filter`_](#filter-toc)
62+
- [_`insert`_](#insert-toc)
63+
- [_`do`_](#do-toc)
64+
- [_`complete`_](#complete-toc)
65+
- [_`ignore`_](#ignore-toc)
66+
- [_`export use`_](#export-use-toc)
67+
- [_`sleep`_](#sleep-toc)
68+
- [_`into sqlite`_](#into-sqlite-toc)
69+
- [_`to json`_](#to-json-toc)
70+
- [_`du`_](#du-toc)
71+
- [_`histogram`_](#histogram-toc)
72+
- [_`into string`_](#into-string-toc)
73+
- [_Deprecated commands_](#deprecated-commands-toc)
74+
- [_`run-external` flags_](#run-external-flags-toc)
75+
- [_Removed commands_](#removed-commands-toc)
76+
- [_`str escape-glob`_](#str-escape-glob-toc)
77+
- [_Breaking changes_](#breaking-changes-toc)
78+
- [_Full changelog_](#full-changelog-toc)
8279

8380
# Themes of this release / New features [[toc](#table-of-content)]
8481

@@ -877,7 +874,7 @@ external command output now has trailing new lines trimmed by default, so the `-
877874
- [Improve the error message for a plugin version mismatch](https://github.com/nushell/nushell/pull/12122)
878875
- [Change the ignore command to use drain() instead of collecting a value](https://github.com/nushell/nushell/pull/12120)
879876
- [WindSoilder](https://github.com/WindSoilder) created
880-
- [detect columns: introduce a --guess flag, remove --legacy](https://github.com/nushell/nushell/pull/12333)
877+
- [detect columns: intruduce a --guess flag, remove --legacy](https://github.com/nushell/nushell/pull/12333)
881878
- [Change default algorithm in `detect columns`](https://github.com/nushell/nushell/pull/12277)
882879
- [ls, rm, cp, open, touch, mkdir: Don't expand tilde if input path is quoted string or a variable.](https://github.com/nushell/nushell/pull/12232)
883880
- [remove str escape-glob command](https://github.com/nushell/nushell/pull/12241)

blog/2024-06-01-twin0249.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
- ddanier created [Support whitespace before target name for make completions](https://github.com/nushell/nu_scripts/pull/858)
3030
- IanManske created [Remove `nu-cmd-dataframe` from release script](https://github.com/nushell/nu_scripts/pull/857), and [Edit release notes template](https://github.com/nushell/nu_scripts/pull/853)
3131
- OJarrisonn created [feat: `git clone` completions](https://github.com/nushell/nu_scripts/pull/856), and [feat: add `./gradlew` completions](https://github.com/nushell/nu_scripts/pull/855)
32-
- laisnuto created [Add git commit completions](https://github.com/nushell/nu_scripts/pull/854)
32+
- laisnuto created [Add git coommit completions](https://github.com/nushell/nu_scripts/pull/854)
3333
- 39555 created [Port `before_v0.60/with_externals` and cleanup ](https://github.com/nushell/nu_scripts/pull/852), and [Port `before_v0.60/config_management` `before_v0.60/language` `before_v0.60/prompt` `before_v0.60/tests`](https://github.com/nushell/nu_scripts/pull/851), and [Port `before_v0.60/stdlib_candidate`](https://github.com/nushell/nu_scripts/pull/850), and [Port `before v0.60/virtual_environments`](https://github.com/nushell/nu_scripts/pull/849), and [Port `before_v0.60/data_extraction` `before_v0.60/examples` `before_v0.60/duplicates`](https://github.com/nushell/nu_scripts/pull/847), and [Port `before_v0.60/fuzzy`, `before_v0.60/ls-mods` and `before_v0.60/nu_101` ](https://github.com/nushell/nu_scripts/pull/845)
3434
- Schweber created [modules/nix: init activation-script](https://github.com/nushell/nu_scripts/pull/848)

blog/2024-06-08-twin0250.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- maxim-uvarov [proposed an improvement to `std bench`](https://github.com/nushell/nu_scripts/pull/873), simplified the [`std bench` improvement candidate](https://github.com/nushell/nu_scripts/pull/865), and offered a [hotfix for `significant-digits` to not error if the input was 0](https://github.com/nushell/nu_scripts/pull/863), and [updated `significant-digits` to not use string conversions](https://github.com/nushell/nu_scripts/pull/862).
3737
- neur1n [resolved several issues in nu_conda and nu_msvs](https://github.com/nushell/nu_scripts/pull/872).
3838
- OJarrisonn [updated rustup completions to use the new rustup help page style](https://github.com/nushell/nu_scripts/pull/871), and [added `eza` completions](https://github.com/nushell/nu_scripts/pull/870).
39-
- fdncred [reverted "Add git commit completions"](https://github.com/nushell/nu_scripts/pull/869), and [originally added git commit completions then reverted](https://github.com/nushell/nu_scripts/pull/868).
39+
- fdncred [reverted "Add git coommit completions"](https://github.com/nushell/nu_scripts/pull/869), and [originally added git commit completions then reverted](https://github.com/nushell/nu_scripts/pull/868).
4040
- th-duvanel [added docker completions](https://github.com/nushell/nu_scripts/pull/867).
4141
- laisnuto [completed git pull](https://github.com/nushell/nu_scripts/pull/866).
4242
- zhangymPerson [added docker aliases](https://github.com/nushell/nu_scripts/pull/861).

0 commit comments

Comments
 (0)