Skip to content

Commit c3561b6

Browse files
authored
Fix typo, Fix CI failure caused by typos error (#1796)
1 parent 467f1c1 commit c3561b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2024-03-05-nushell_0_91_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As part of this release, we also publish a set of optional plugins you can insta
2828
- [_Themes of this release / New features_](#themes-of-this-release-new-features-toc)
2929
- [_Handling globs for variables_](#handling-globs-for-variables-toc)
3030
- [_Plugin protocol overhaul_](#plugin-protocol-overhaul-toc)
31-
- [_Stderr pipeling support_](#stderr-pipeling-support-toc)
31+
- [_Stderr piping support_](#stderr-piping-support-toc)
3232
- [_REPL stability and panic recovery_](#repl-stability-and-panic-recovery-toc)
3333
- [_Hall of fame_](#hall-of-fame-toc)
3434
- [_Bug fixes_](#bug-fixes-toc)
@@ -108,7 +108,7 @@ For details about how the new protocol works, please refer to the updated [plugi
108108

109109
As a great example of a streaming plugin in the wild, [@cablehead](https://github.com/cablehead) has already created the [nu_plugin_from_sse](https://github.com/cablehead/nu_plugin_from_sse) plugin for parsing [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) in realtime from an `http get` call. Kudos!
110110

111-
## Stderr pipeling support [[toc](#table-of-content)]
111+
## Stderr piping support [[toc](#table-of-content)]
112112

113113
Nushell now supports piping an external command's stderr to another command ([#11708](https://github.com/nushell/nushell/pull/11708)).
114114

0 commit comments

Comments
 (0)