Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
Found via `typos --hidden --format brief`
  • Loading branch information
kianmeng committed May 10, 2024
1 parent ac4665f commit abca6b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
channel:
type: string
default: stable
artifict:
artifact:
type: boolean
default: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
name: fontfor
channel: beta
artifict: false
artifact: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Add `-f` option to filter font list by family name, and a search box in TUI mode to change the filter word (Issue [#64](https://github.com/7sDream/fontfor/issues/64), PR [#71](https://github.com/7sDream/fontfor/pull/71))
- Remove `#[deny(warnings)]` in source code, add it in CI (Issue [#70](https://github.com/7sDream/fontfor/issues/70))
- Fix build for upcomming Rust 1.79 new lints
- Fix build for upcoming Rust 1.79 new lints
- Update deps

## 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ crossterm = "0.27"
# Input widget for filter in TUI
tui-input = "0.8.0"

# Home-made singel thread HTTP server for preview fonts in browser.
# Home-made single thread HTTP server for preview fonts in browser.
# Alternative: output a html file into temp dir and open it
httparse = "1.8"

Expand Down

0 comments on commit abca6b8

Please sign in to comment.