versions.md: "set" -> "sets" to make subject+verb tense agree. Nearby "global writes" and "local writes" are similar.

This commit is contained in:
Andrew-Zipperer 2024-04-23 23:44:02 -05:00
parent fcc8d29c62
commit 1ac67aeb60

View File

@ -80,7 +80,7 @@ asdf local <name> latest[:<version>]
`global` writes the version to `$HOME/.tool-versions`. `global` writes the version to `$HOME/.tool-versions`.
`shell` set the version to an environment variable named `ASDF_${TOOL}_VERSION`, for the current shell session only. `shell` sets the version to an environment variable named `ASDF_${TOOL}_VERSION`, for the current shell session only.
`local` writes the version to `$PWD/.tool-versions`, creating it if needed. `local` writes the version to `$PWD/.tool-versions`, creating it if needed.