Skip to content

Commit 0f2950c

Browse files
authored
Fix typos (#2053)
* Fix typos * Fix typos
1 parent 699640d commit 0f2950c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

blog/2025-04-29-nushell_0_104_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
390390
| [@WindSoilder](https://github.com/WindSoilder) | IR: allow subexpression with redirection. | [#15617](https://github.com/nushell/nushell/pull/15617) |
391391
| [@blindFS](https://github.com/blindFS) | refactor: command identified by name instead of span content | [#15471](https://github.com/nushell/nushell/pull/15471) |
392392
| [@blindFS](https://github.com/blindFS) | refactor(lsp): align markdown doc string with output of --help | [#15508](https://github.com/nushell/nushell/pull/15508) |
393-
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
393+
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
394394
| [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) |
395395
| [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `--plugins` flag to `nu-std/testing.nu` | [#15552](https://github.com/nushell/nushell/pull/15552) |
396396
| [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `cat` and `get-content` to `open`'s search terms | [#15643](https://github.com/nushell/nushell/pull/15643) |
@@ -506,7 +506,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
506506
| [@blindFS](https://github.com/blindFS) | fix(lsp): workspace wide ops may panic in certain conditions | [#15514](https://github.com/nushell/nushell/pull/15514) |
507507
| [@blindFS](https://github.com/blindFS) | fix(lsp): parser_info based id detection for use/overlay keywords | [#15517](https://github.com/nushell/nushell/pull/15517) |
508508
| [@blindFS](https://github.com/blindFS) | fix(lsp): several edge cases of inaccurate references | [#15523](https://github.com/nushell/nushell/pull/15523) |
509-
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
509+
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
510510
| [@blindFS](https://github.com/blindFS) | fix(lsp): more accurate command name highlight/rename | [#15540](https://github.com/nushell/nushell/pull/15540) |
511511
| [@blindFS](https://github.com/blindFS) | fix(completion): quoted cell path completion | [#15546](https://github.com/nushell/nushell/pull/15546) |
512512
| [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) |

typos.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[files]
2-
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-3]*", "commands/", "fr"]
2+
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-4]*", "commands/", "fr", "blog/2025-03-1*"]
33

44
[default]
55
extend-ignore-identifiers-re = [
@@ -19,4 +19,7 @@ ons = "ons" # false positive in commands/docs/str_replace.md
1919
optio = "optio" # false positive in cookbook/http.md
2020
ratatui = "ratatui"
2121
ws = "ws" # false positive in book/nushell_map.md
22+
feeze = "feeze"
23+
alues = "alues"
24+
Flippin = "Flippin"
2225

0 commit comments

Comments
 (0)