From 96bbc5833f7b76fff5a62337356d762034d6cfea Mon Sep 17 00:00:00 2001 From: chuangjinglu Date: Fri, 24 Jan 2025 20:21:11 +0800 Subject: [PATCH] chore: fix some typos in markdown file (#4198) Signed-off-by: chuangjinglu --- docs/contributing.md | 2 +- docs/tasks/task-configuration.md | 2 +- docs/tips-and-tricks.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 83b27aeb4b..bfc8c28000 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -3,7 +3,7 @@ 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). 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. -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. +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. ## Testing diff --git a/docs/tasks/task-configuration.md b/docs/tasks/task-configuration.md index ead6f9545a..fd483e25ae 100644 --- a/docs/tasks/task-configuration.md +++ b/docs/tasks/task-configuration.md @@ -26,7 +26,7 @@ run = ["echo hello"] ### `run_windows` -An alterative script to run when `mise run` is executed on windows: +An alternative script to run when `mise run` is executed on windows: ```toml [tasks.build] diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 42cc431ade..c26454a250 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -62,7 +62,7 @@ the version of mise that was current when the script was created. ## Installation via zsh zinit -[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): +[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): ```sh zinit as="command" lucid from="gh-r" for \