Skip to content

Commit

Permalink
website: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and xiaq committed Jan 5, 2025
1 parent 1ecd68d commit 3e41d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/blog/0.11-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ As usual, prebuilt binaries can be found in [get](../get/).
assignments ([#486](https://github.com/elves/elvish/issues/486)).

- A primitive for running functions in parallel,
[`run-parellel`](../ref/builtin.html#run-parallel), has been added
[`run-parallel`](../ref/builtin.html#run-parallel), has been added
([#485](https://github.com/elves/elvish/issues/485)).

- The [`splits`](../ref/builtin.html#splits) builtin now supports a `&max`
Expand Down
2 changes: 1 addition & 1 deletion website/cmd/gensite/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type siteConf struct {
BaseCSS []string
}

// categoryMeta represents the metadata of a cateogory, found in the global
// categoryMeta represents the metadata of a category, found in the global
// site configuration.
type categoryMeta struct {
Name string
Expand Down
2 changes: 1 addition & 1 deletion website/learn/tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ the following command shows details of the `elvish` binary:
```

**Note**: the same feature is usually known as *command substitution* in
traditonal shells.
traditional shells.

Unlike traditional shells, Elvish only splits the output on newlines, not any
other whitespace characters.
Expand Down
2 changes: 1 addition & 1 deletion website/slides/2024-08-rc-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Qi Xiao (xiaq)
```
- ```elvish
# update-servers-in-parellel.elv
# update-servers-in-parallel.elv
var hosts = [[&name=a &cmd='apt update']
[&name=b &cmd='pacman -Syu']]
# peach = "parallel each"
Expand Down

0 comments on commit 3e41d29

Please sign in to comment.