diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbdbf46c5..887d89cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: go install golang.org/x/tools/cmd/stringer@latest go install golang.org/x/tools/cmd/goimports@latest go install honnef.co/go/tools/cmd/staticcheck@v0.4.2 - pip install --user codespell==2.2.1 + pip install --user codespell==2.2.5 - name: Run checks run: make all-checks diff --git a/website/ref/command.md b/website/ref/command.md index 8f4a038ab..24a7b6169 100644 --- a/website/ref/command.md +++ b/website/ref/command.md @@ -45,7 +45,7 @@ history. Its path is determined as follows: 2. If the `XDG_STATE_HOME` environment variable is defined and non-empty, `$XDG_STATE_HOME/elvish/db.bolt` is used. -3. Othersie, `~/.local/state/elvish/db.bolt` (non-Windows OSes) or +3. Otherwise, `~/.local/state/elvish/db.bolt` (non-Windows OSes) or `%LocalAppData%\elvish\db.bolt` is used. # Running a script