diff options
| author | Kian-Meng Ang <kianmeng.ang@gmail.com> | 2023-03-22 16:02:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 09:02:51 +0100 |
| commit | 25acefeb5b0cf0977ad01fe3128d494d9617a2cf (patch) | |
| tree | 5f629b2aee909022be2be674a60d10fe59bc77c3 /docs/src/general | |
| parent | 26f4321a5e9eb56b905ca9eee9cf52422c7ff859 (diff) | |
Fix typos (#115)
Found via `codespell -S target -L
crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
Diffstat (limited to 'docs/src/general')
| -rw-r--r-- | docs/src/general/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index ca182c84..5879c840 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -11,7 +11,7 @@ description: | supported styles are APA, Chicago Author Date, IEEE, and MLA) - You can now [reference]($func/ref) sections, figures, formulas, and works from the bibliography with `[@label]` - - You can make an element referencable with a label: + - You can make an element referenceable with a label: - `[= Introduction <intro>]` - `[$ A = pi r^2 $ <area>]` @@ -29,7 +29,7 @@ description: | document - State is modified in layout order and not in code order - [`query`]($func/query) function - - Find all occurances of an element or a label, either in the whole document + - Find all occurrences of an element or a label, either in the whole document or before/after some location - Link to elements, find out their position on the pages and access their fields |
