From 8535827bd055c08a86e574fcec67efff842b2fa9 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:01:49 -0600 Subject: [PATCH] docs: typos (#3173) Fixes #2873 --- docs/direnv.md | 2 +- docs/templates.md | 2 -- settings.toml | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/direnv.md b/docs/direnv.md index a7cb2c1e67..c07722510e 100644 --- a/docs/direnv.md +++ b/docs/direnv.md @@ -31,7 +31,7 @@ See [environments](/environments.html) for more details. I have had virtually no reports of problems with `use mise` in the year it has been out. -This could be because virtually is using it, or it has been surprisingly stable. I genuinely +This could be because virtually no one is using it, or it has been surprisingly stable. I genuinely don't know which. If you try it or use it regularly let me know. While I have no immediate plans or reasons to do this now, I could see this functionality being diff --git a/docs/templates.md b/docs/templates.md index ba2971fa77..9214b90c9d 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -279,8 +279,6 @@ Mise offers additional tests: - `if path is dir` – Checks if the provided path is a directory. - `if path is file` – Checks if the path points to a file. - `if path is exists` – Checks if the path exists. -- `if version is semver_matching(String)` – Confirms if a version string matches - a semantic version pattern (e.g., `if "1.10.2" is semver_matching("^1.10.0")`). ### Example Templates diff --git a/settings.toml b/settings.toml index fcbe99ad33..c0a5d81a17 100644 --- a/settings.toml +++ b/settings.toml @@ -244,7 +244,7 @@ default = "1h" description = "How long to cache remote versions for tools." docs = """ duration that remote version cache is kept for -for "fast" commands (represented by PREFER_STALE), these are always +"fast" commands (represented by PREFER_STALE), these are always cached. For "slow" commands like `mise ls-remote` or `mise install`: - if MISE_FETCH_REMOTE_VERSIONS_CACHE is set, use that - if MISE_FETCH_REMOTE_VERSIONS_CACHE is not set, use HOURLY @@ -739,7 +739,7 @@ enum = [ ], [ "interleave", - "(default if jobs > 1) print by line with the prefix of the task name" + "(default if jobs == 1 or all tasks run sequentially) print output as it comes in" ] ] docs = """