Skip to content

Commit

Permalink
docs: typos (#3173)
Browse files Browse the repository at this point in the history
Fixes #2873
  • Loading branch information
jdx authored Nov 23, 2024
1 parent b6dd768 commit 8535827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/direnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 = """
Expand Down

0 comments on commit 8535827

Please sign in to comment.