Skip to content

Commit 684ed41

Browse files
committed
Fix typo
1 parent c0bd8ad commit 684ed41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

blog/2024-12-24-nushell_0_101_0.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ author_site: https://twitter.com/nu_shell
55
author_image: https://www.nushell.sh/blog/images/nu_logo.png
66
excerpt: Today, we're releasing version 0.101.0 of Nu. This release adds...
77
---
8+
89
<!-- TODO: complete the excerpt above -->
910

1011
<!-- NOTE: start from the TODO all the way at the bottom (and sort of work your way up) -->
1112

1213
# Nushell 0.101.0
1314

1415
<!-- TODO: write this excerpt -->
16+
1517
Today, we're releasing version 0.101.0 of Nu. This release adds...
1618

1719
# Where to get it
@@ -58,9 +60,9 @@ As part of this release, we also publish a set of optional plugins you can insta
5860

5961
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
6062

61-
| author | title | link |
62-
| ------------------------------------ | ----------- | ------------------------------------------------------- |
63-
| [@author](https://github.com/author) | ... | [#12345](https://github.com/nushell/nushell/pull/12345) |
63+
| author | title | link |
64+
| ------------------------------------ | ----- | ------------------------------------------------------- |
65+
| [@author](https://github.com/author) | ... | [#12345](https://github.com/nushell/nushell/pull/12345) |
6466

6567
# Full changelog
6668

@@ -69,7 +71,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
6971
- run `list-prs --milestone v0.101.0 | pr-table`
7072
- paste the output here
7173
72-
Afterwards, go through each PR and clasify it as one of the following:
74+
Afterwards, go through each PR and classify it as one of the following:
7375
- A user-facing change. These PRs should go into the `# Changes` section.
7476
- A plugin-facing change. These PRs should go in `# Notes for plugin developers`. Some plugin-facing changes might also be a user-facing change and vice versa.
7577
- A documentation improvement, error message improvement, refactoring PR, clippy fix, typo fix, etc. These PRs go into the `# Hall of fame`. You can just copy the table row in this section and paste it to the `# Hall of fame` section above. Note that major refactorings may warrant a section in `# Highlights`.

0 commit comments

Comments
 (0)