Skip to content

Commit

Permalink
Merge pull request #1716 from krader1961/typo-fixup
Browse files Browse the repository at this point in the history
Fix a typo detected by spellcheck
  • Loading branch information
xiaq authored Aug 21, 2023
2 parents e5e26f1 + 204eed9 commit 1b10161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
pip install --user codespell==2.2.1
pip install --user codespell==2.2.5
- name: Run checks
run: make all-checks

Expand Down
2 changes: 1 addition & 1 deletion website/ref/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b10161

Please sign in to comment.