Skip to content

Commit 22c273e

Browse files
fenik17Nikolay Fedorovskih
and
Nikolay Fedorovskih
authored
Documentation (#4970)
Co-authored-by: Nikolay Fedorovskih <[email protected]>
1 parent 6683677 commit 22c273e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG

+3-3
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ mkdocs-material-8.2.15+insiders-4.15.2 (2022-05-22)
517517

518518
mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14)
519519

520-
* Improved performance of element focus obervables
520+
* Improved performance of element focus observables
521521
* Fixed #3531: Added prev/next buttons to content tabs
522522
* Fixed tooltip positioning when host element is hidden
523523

@@ -648,7 +648,7 @@ mkdocs-material-8.2.3 (2022-02-27)
648648
mkdocs-material-8.2.2 (2022-02-26)
649649

650650
* Added automatic removal of query parameter when search is closed
651-
* Fixed #3599: Anchors always overriden when using navigation tracking
651+
* Fixed #3599: Anchors always overridden when using navigation tracking
652652

653653
mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21)
654654

@@ -864,7 +864,7 @@ mkdocs-material-8.0.0 (2021-11-28)
864864
* Removed deprecated prebuilt search index support
865865
* Removed deprecated web app manifest – use customization
866866
* Removed extracopyright variable – use new copyright partial
867-
* Removed Disqus integation – use customization
867+
* Removed Disqus integration – use customization
868868
* Switched to :is() selectors for simple selector lists
869869
* Switched autoprefixer from last 4 years to last 2 years
870870
* Improved CSS overall to match modern standards

docs/reference/diagrams.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ No further configuration is necessary. Advantages over a custom integration:
3838
[^1]:
3939
While all [Mermaid.js] features should work out-of-the-box, Material for
4040
MkDocs will currently only adjust the fonts and colors for flowcharts,
41-
sequence diagrams, class diagams, state diagrams and entity relationship
42-
diagrams. See the section on [other diagrams] for more informaton why this
41+
sequence diagrams, class diagrams, state diagrams and entity relationship
42+
diagrams. See the section on [other diagrams] for more information why this
4343
is currently not implemented for all diagrams.
4444

4545
[Diagrams support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.2.0

docs/setup/ensuring-data-privacy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ The following configuration options are available for external links:
331331

332332
The [built-in privacy plugin] scans the resulting HTML for links to external
333333
resources, including external scripts, style sheets, images and web fonts, and
334-
downloads them to bundle them with your documentation site. Every URL refering
334+
downloads them to bundle them with your documentation site. Every URL referring
335335
to an external resource, no matter if part of a template or Markdown file, is
336336
then replaced with the URL to the local copy. An example:
337337

docs/setup/setting-up-versioning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Make sure that this matches the [default version].
107107
## Usage
108108

109109
While this section outlines the basic workflow for publishing new versions,
110-
it's best to check out [mike's documentation][mike] to make yourself familar
110+
it's best to check out [mike's documentation][mike] to make yourself familiar
111111
with its mechanics.
112112

113113
### Publishing a new version

docs/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ changes into your templates. A good starting point is to [inspect the diff].
112112
- Removed deprecated prebuilt search index support
113113
- Removed deprecated web app manifest – use customization
114114
- Removed `extracopyright` variable – use new `copyright` partial
115-
- Removed Disqus integation – use customization
115+
- Removed Disqus integration – use customization
116116
- Switched to `:is()` selectors for simple selector lists
117117
- Switched autoprefixer from `last 4 years` to `last 2 years`
118118
- Improved CSS overall to match modern standards

0 commit comments

Comments
 (0)