diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ce6d01231..89c1d8cd22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -291,7 +291,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fix a rare logger error for failed doctests. (#1698), (#1699)
-* Fix an error occuring with `DocTestFilters = nothing` in `@meta` blocks. (#1696)
+* Fix an error occurring with `DocTestFilters = nothing` in `@meta` blocks. (#1696)
## Version v0.27.6 - 2021-09-07
@@ -489,7 +489,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Type aliases of `Union`s (e.g. `const MyAlias = Union{Foo,Bar}`) are now correctly listed as "Type" in docstrings. (#1466), (#1474)
-* HTMLWriter no longers prints a warning when encountering `mailto:` URLs in links. (#1472)
+* HTMLWriter no longer prints a warning when encountering `mailto:` URLs in links. (#1472)
## Version v0.25.3 - 2020-10-28
@@ -573,7 +573,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The LaTeX/PDF backend now supports the `platform="none"` keyword, which outputs only the TeX source files, rather than a compiled PDF. (#1338), (#1339)
-* Linkcheck no longer prints a warning when enountering a `302 Found` temporary redirect. (#1344), (#1345)
+* Linkcheck no longer prints a warning when encountering a `302 Found` temporary redirect. (#1344), (#1345)
### Fixed
@@ -1092,4 +1092,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The at-blocks that execute code can now handle `include` statements. (#793), (#794)
-* At-docs blocks no longer give an error when containing empty lines. (#823), (#824)
\ No newline at end of file
+* At-docs blocks no longer give an error when containing empty lines. (#823), (#824)
diff --git a/assets/html/scss/bulma/utilities/mixins.sass b/assets/html/scss/bulma/utilities/mixins.sass
index 10cbae3047..a59d4bff6b 100644
--- a/assets/html/scss/bulma/utilities/mixins.sass
+++ b/assets/html/scss/bulma/utilities/mixins.sass
@@ -54,7 +54,7 @@
top: calc(50% + 4px)
&:hover
background-color: bulmaRgba(black, 0.05)
- // Modifers
+ // Modifiers
&.is-active
span
&:nth-child(1)
diff --git a/assets/html/themeswap.js b/assets/html/themeswap.js
index c58e993e3e..6c90db7d6e 100644
--- a/assets/html/themeswap.js
+++ b/assets/html/themeswap.js
@@ -1,6 +1,6 @@
// Small function to quickly swap out themes. Gets put into the
tag..
function set_theme_from_local_storage() {
- // Intialize the theme to null, which means default
+ // Initialize the theme to null, which means default
var theme = null;
// If the browser supports the localstorage and is not disabled then try to get the
// documenter theme
diff --git a/docs/src/man/syntax.md b/docs/src/man/syntax.md
index 5608449069..fcfb6b4db3 100644
--- a/docs/src/man/syntax.md
+++ b/docs/src/man/syntax.md
@@ -723,7 +723,7 @@ using the `@raw` block.
````markdown
```@raw html
-