Skip to content

Commit 96bbc58

Browse files
authored
chore: fix some typos in markdown file (jdx#4198)
Signed-off-by: chuangjinglu <[email protected]>
1 parent 637cd32 commit 96bbc58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Before submitting a PR, unless it's something obvious, consider filing an issue or simply mention what you plan to do in the [Discord](https://discord.gg/UBa7pJUN7Z).
44
PRs are often either rejected or need to change significantly after submission so make sure before you start working on something it won't be a wasted effort.
55

6-
Issues ideal for contributors can be found with the ["help wanted"](https://github.com/jdx/mise/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and ["good first issue"](https://github.com/jdx/mise/labels/good%20first%20issue) labels. These are isssues that I feel are self-contained therefore don't require super in-depth understanding of the codebase or that require knowledge about something I don't understand very well myself.
6+
Issues ideal for contributors can be found with the ["help wanted"](https://github.com/jdx/mise/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and ["good first issue"](https://github.com/jdx/mise/labels/good%20first%20issue) labels. These are issues that I feel are self-contained therefore don't require super in-depth understanding of the codebase or that require knowledge about something I don't understand very well myself.
77

88
## Testing
99

docs/tasks/task-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run = ["echo hello"]
2626

2727
### `run_windows`
2828

29-
An alterative script to run when `mise run` is executed on windows:
29+
An alternative script to run when `mise run` is executed on windows:
3030

3131
```toml
3232
[tasks.build]

docs/tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the version of mise that was current when the script was created.
6262

6363
## Installation via zsh zinit
6464

65-
[Zinit](https://github.com/zdharma-continuum/zinit) is a plugin manager for ZSH, wich this snippet you will get mise (and usage for shell completion):
65+
[Zinit](https://github.com/zdharma-continuum/zinit) is a plugin manager for ZSH, which this snippet you will get mise (and usage for shell completion):
6666

6767
```sh
6868
zinit as="command" lucid from="gh-r" for \

0 commit comments

Comments
 (0)