Skip to content

Commit e741f80

Browse files
authored
Documentation
Fix typos
2 parents 7d6d8d7 + 7e13ae6 commit e741f80

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Diff for: docs/changelog/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ __Fixes__
998998
- Removed deprecated prebuilt search index support
999999
- Removed deprecated web app manifest – use customization
10001000
- Removed `extracopyright` variable – use new `copyright` partial
1001-
- Removed Disqus integation – use customization
1001+
- Removed Disqus integration – use customization
10021002
- Switched to `:is()` selectors for simple selector lists
10031003
- Switched autoprefixer from `last 4 years` to `last 2 years`
10041004
- Improved CSS overall to match modern standards

Diff for: docs/contributing/making-a-pull-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sequenceDiagram
164164
loop discuss
165165
PR ->> PR: request review
166166
PR ->> PR: discussion
167-
local ->> fork: push futher changes
167+
local ->> fork: push further changes
168168
end
169169
PR ->> mkdocs-material: merge (and squash)
170170
deactivate PR

Diff for: docs/insiders/community-experts-program/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ base to complement our documentation.
2020
We're eager to keeping it well-maintained, organized, easy to search and address
2121
all queries which is why we need extra hands to keep up with the demand.
2222

23-
That's why we're bulding a team of Community Experts!
23+
That's why we're building a team of Community Experts!
2424

2525
## Your role
2626

Diff for: docs/insiders/faq/sponsoring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ from the Insiders features and work together on the project.
387387

388388
Your sponsorship is valid for as long as your monthly or yearly subscription
389389
is valid. If you choose to cancel your sponsorship, you will lose access to
390-
the Insiders edition once your cancelation is active and will be automatically
390+
the Insiders edition once your cancellation is active and will be automatically
391391
removed by GitHub as a collaborator from the private repository.
392392

393393
[__How do I cancel my sponsorship?__](#sponsorship-cancellation){ #sponsorship-cancellation }

Diff for: docs/plugins/projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are some [limitations], but we're working hard to remove them.
5959
The plugin came into existence because we needed a convenient and scalable
6060
method to build our [examples] repository, which features many self-contained
6161
and runnable projects that users can download and use as a basis when
62-
boostrapping a new project or [creating a reproduction].
62+
bootstrapping a new project or [creating a reproduction].
6363

6464
When you want to create a multi-language project, or have a very large existing
6565
project, you might consider using the plugin, as it makes managing, editing

Diff for: docs/plugins/requirements/image-processing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ process is different:
219219
=== ":material-linux: Linux"
220220

221221
On Linux the library lookup can [differ greatly][find-library-Linux] and is
222-
dependant from the installed distribution. For tested Ubuntu and Manjaro
222+
dependent from the installed distribution. For tested Ubuntu and Manjaro
223223
systems Python runs shell commands to check which libraries are available in
224224
[`ldconfig`][ubuntu-ldconfig], in the [`gcc`][ubuntu-gcc]/`cc` compiler, and
225225
in [`ld`][ubuntu-ld].

Diff for: docs/reference/diagrams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ stateDiagram-v2
164164

165165
### Using class diagrams
166166

167-
[Class diagrams] are central to object oriented programing, describing the
167+
[Class diagrams] are central to object oriented programming, describing the
168168
structure of a system by modelling entities as classes and relationships between
169169
them:
170170

Diff for: docs/schema/theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
"const": "navigation.tracking"
589589
},
590590
{
591-
"title": "Search higlighting",
591+
"title": "Search highlighting",
592592
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting",
593593
"const": "search.highlight"
594594
},

Diff for: docs/setup/setting-up-social-cards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ layers:
303303
```
304304

305305
If the `size` is omitted, it defaults to the size of the layout. If the `offset`
306-
is omitted, it defaults to the top left corner, which is the defaut `origin`.
306+
is omitted, it defaults to the top left corner, which is the default `origin`.
307307
Saving the layout and reloading renders:
308308

309309
![Layer size]

Diff for: src/templates/assets/stylesheets/main/components/_search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
display: none;
576576
}
577577

578-
// Hide native details marker - legacy, must be split into a seprate rule,
578+
// Hide native details marker - legacy, must be split into a separate rule,
579579
// so older browsers don't consider the selector list as invalid
580580
&::-webkit-details-marker {
581581
display: none;

Diff for: src/templates/assets/stylesheets/main/extensions/pymdownx/_details.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
display: none;
116116
}
117117

118-
// Hide native details marker - legacy, must be split into a seprate rule,
118+
// Hide native details marker - legacy, must be split into a separate rule,
119119
// so older browsers don't consider the selector list as invalid
120120
&::-webkit-details-marker {
121121
display: none;

0 commit comments

Comments
 (0)