Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Found via `codespell docs -S docs/content/themes -L
crate,mouvement,edn,tese,doas`
  • Loading branch information
kianmeng committed Dec 18, 2022
1 parent 8bbf377 commit 47f932f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To use zola:
$ flatpak run org.getzola.zola [command]
```

To avoid having to type this everytime, an alias can be created in `~/.bashrc`:
To avoid having to type this every time, an alias can be created in `~/.bashrc`:

```sh
$ alias zola="flatpak run org.getzola.zola"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/templates/pages-sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ toc: Array<Header>,
word_count: Number;
// Based on https://help.medium.com/hc/en-us/articles/214991667-Read-time
reading_time: Number;
// earlier / ligher
// earlier / lighter
lower: Page?;
// later / heavier
higher: Page?;
Expand Down

0 comments on commit 47f932f

Please sign in to comment.