Skip to content

Commit 1842986

Browse files
authored
Merge pull request #5059 from pitmonticone/master
Fix a few typos
2 parents b257235 + 78d6bae commit 1842986

File tree

8 files changed

+15
-12
lines changed

8 files changed

+15
-12
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
1818
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
1919
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
20+
],
21+
"cSpell.words": [
22+
"mkdocs"
2023
]
2124
}

docs/alternatives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __Challenges__
2727
While [Docusaurus] is one of the best choices when it comes to documentation
2828
sites that output a single page application, there are many more solutions,
2929
including [Docz], [Gatsby], [Vuepress] and [Docsify] that approach
30-
this problem similarily.
30+
this problem similarly.
3131

3232
[Docusaurus]: https://docusaurus.io/
3333
[React]: https://reactjs.org/

docs/browser-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Browser support
22

33
Material for MkDocs goes at great lengths to support the largest possible range
4-
of browsers while retaining the simplemost possibilities for customization via
4+
of browsers while retaining the simplest possibilities for customization via
55
modern CSS features like [custom properties] and [mask images].
66

77
[custom properties]: https://caniuse.com/css-variables

docs/changelog/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" }
7171

72-
- Improved discernability of section index pages in navigation
72+
- Improved discernibility of section index pages in navigation
7373
- Improved collapsing of adjacent whitespace in search plugin
7474
- Updated Indonesian translations
7575
- Fixed view source of this page button when edit URL points to blob
@@ -229,7 +229,7 @@ __Fixes__
229229

230230
- Added support for cookie consent
231231
- Added support for feedback widget (Was this page helpful?)
232-
- Added support for dismissable announcement bar
232+
- Added support for dismissible announcement bar
233233
- Added Armenian, Lithuanian, Tagalog, and Urdu translations
234234

235235
### 8.3.9 <small>July 4, 2022</small> { id="8.3.9" }
@@ -369,7 +369,7 @@ __Fixes__
369369
### 8.2.2 <small>February 26, 2022</small> { id="8.2.2" }
370370

371371
- Added automatic removal of query parameter when search is closed
372-
- Fixed #3599: Anchors always overriden when using navigation tracking
372+
- Fixed #3599: Anchors always overridden when using navigation tracking
373373

374374
### 8.2.1 <small>February 17, 2022</small> { id="8.2.1" }
375375

docs/insiders/changelog.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262

263263
### 4.15.1 <small>May 14, 2022</small> { id="4.15.1" }
264264

265-
- Improved performance of element focus obervables
265+
- Improved performance of element focus observables
266266
- Fixed #3531: Added prev/next buttons to content tabs
267267
- Fixed tooltip positioning when host element is hidden
268268

@@ -385,7 +385,7 @@
385385

386386
### 4.2.0 <small>December 2, 2021</small> { id="4.2.0" }
387387

388-
- Added support for dismissable announcement bar
388+
- Added support for dismissible announcement bar
389389
- Added support for named placeholders in feedback widget
390390

391391
### 4.1.0 <small>November 30, 2021</small> { id="4.1.0" }
@@ -400,7 +400,7 @@
400400
- Removed deprecated prebuilt search index support
401401
- Removed deprecated web app manifest – use customization
402402
- Removed `extracopyright` variable – use new `copyright` partial
403-
- Removed Disqus integation – use customization
403+
- Removed Disqus integration – use customization
404404
- Switched to `:is()` selectors for simple selector lists
405405
- Switched autoprefixer from `last 4 years` to `last 2 years`
406406
- Improved CSS overall to match modern standards
@@ -519,7 +519,7 @@
519519

520520
### 2.11.0 <small>July 18, 2021</small> { id="2.11.0" }
521521

522-
- Improved Mermaid.js intergration, now stable
522+
- Improved Mermaid.js integration, now stable
523523
- Added support for sequence diagrams
524524
- Added support for entity relationship diagrams
525525
- Added support for cookie consent configuration

docs/insiders/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Getting started with Insiders
55
# Getting started with Insiders
66

77
Material for MkDocs Insiders is a compatible drop-in replacement for Material
8-
for MkDocs, and can be installed similarily using [`pip`][pip],
8+
for MkDocs, and can be installed similarly using [`pip`][pip],
99
[`docker`][docker] or [`git`][git]. Note that in order to access the Insiders
1010
repository, you need to [become an eligible sponsor] of @squidfunk on GitHub.
1111

docs/reference/code-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ theme:
7272
````
7373

7474
Note that the language shortcode which has to come first must now also be
75-
prefixed by a `.`. Similarily, the copy button can also be disabled for a
75+
prefixed by a `.`. Similarly, the copy button can also be disabled for a
7676
specific code block:
7777

7878
```` { .yaml .no-copy }

docs/setup/setting-up-a-blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ links:
11431143
```
11441144

11451145
If you look closely, you'll realize that you can even use an anchor to link to
1146-
a specific section of a document, extending the possiblities of the [`nav`][nav]
1146+
a specific section of a document, extending the possibilities of the [`nav`][nav]
11471147
syntax in `mkdocs.yml`. The [built-in blog plugin] resolves the anchor and sets
11481148
the title of the anchor as a [subtitle] of the related link.
11491149

0 commit comments

Comments
 (0)