Fix typos

This commit is contained in:
Andreas Deininger 2024-04-01 16:50:08 +02:00
parent 7d6d8d7a7c
commit 7e13ae602f
11 changed files with 11 additions and 11 deletions

View File

@ -998,7 +998,7 @@ __Fixes__
- Removed deprecated prebuilt search index support - Removed deprecated prebuilt search index support
- Removed deprecated web app manifest use customization - Removed deprecated web app manifest use customization
- Removed `extracopyright` variable use new `copyright` partial - Removed `extracopyright` variable use new `copyright` partial
- Removed Disqus integation use customization - Removed Disqus integration use customization
- Switched to `:is()` selectors for simple selector lists - Switched to `:is()` selectors for simple selector lists
- Switched autoprefixer from `last 4 years` to `last 2 years` - Switched autoprefixer from `last 4 years` to `last 2 years`
- Improved CSS overall to match modern standards - Improved CSS overall to match modern standards

View File

@ -164,7 +164,7 @@ sequenceDiagram
loop discuss loop discuss
PR ->> PR: request review PR ->> PR: request review
PR ->> PR: discussion PR ->> PR: discussion
local ->> fork: push futher changes local ->> fork: push further changes
end end
PR ->> mkdocs-material: merge (and squash) PR ->> mkdocs-material: merge (and squash)
deactivate PR deactivate PR

View File

@ -20,7 +20,7 @@ base to complement our documentation.
We're eager to keeping it well-maintained, organized, easy to search and address We're eager to keeping it well-maintained, organized, easy to search and address
all queries which is why we need extra hands to keep up with the demand. all queries which is why we need extra hands to keep up with the demand.
That's why we're bulding a team of Community Experts! That's why we're building a team of Community Experts!
## Your role ## Your role

View File

@ -387,7 +387,7 @@ from the Insiders features and work together on the project.
Your sponsorship is valid for as long as your monthly or yearly subscription Your sponsorship is valid for as long as your monthly or yearly subscription
is valid. If you choose to cancel your sponsorship, you will lose access to is valid. If you choose to cancel your sponsorship, you will lose access to
the Insiders edition once your cancelation is active and will be automatically the Insiders edition once your cancellation is active and will be automatically
removed by GitHub as a collaborator from the private repository. removed by GitHub as a collaborator from the private repository.
[__How do I cancel my sponsorship?__](#sponsorship-cancellation){ #sponsorship-cancellation } [__How do I cancel my sponsorship?__](#sponsorship-cancellation){ #sponsorship-cancellation }

View File

@ -59,7 +59,7 @@ There are some [limitations], but we're working hard to remove them.
The plugin came into existence because we needed a convenient and scalable The plugin came into existence because we needed a convenient and scalable
method to build our [examples] repository, which features many self-contained method to build our [examples] repository, which features many self-contained
and runnable projects that users can download and use as a basis when and runnable projects that users can download and use as a basis when
boostrapping a new project or [creating a reproduction]. bootstrapping a new project or [creating a reproduction].
When you want to create a multi-language project, or have a very large existing When you want to create a multi-language project, or have a very large existing
project, you might consider using the plugin, as it makes managing, editing project, you might consider using the plugin, as it makes managing, editing

View File

@ -219,7 +219,7 @@ process is different:
=== ":material-linux: Linux" === ":material-linux: Linux"
On Linux the library lookup can [differ greatly][find-library-Linux] and is On Linux the library lookup can [differ greatly][find-library-Linux] and is
dependant from the installed distribution. For tested Ubuntu and Manjaro dependent from the installed distribution. For tested Ubuntu and Manjaro
systems Python runs shell commands to check which libraries are available in systems Python runs shell commands to check which libraries are available in
[`ldconfig`][ubuntu-ldconfig], in the [`gcc`][ubuntu-gcc]/`cc` compiler, and [`ldconfig`][ubuntu-ldconfig], in the [`gcc`][ubuntu-gcc]/`cc` compiler, and
in [`ld`][ubuntu-ld]. in [`ld`][ubuntu-ld].

View File

@ -164,7 +164,7 @@ stateDiagram-v2
### Using class diagrams ### Using class diagrams
[Class diagrams] are central to object oriented programing, describing the [Class diagrams] are central to object oriented programming, describing the
structure of a system by modelling entities as classes and relationships between structure of a system by modelling entities as classes and relationships between
them: them:

View File

@ -588,7 +588,7 @@
"const": "navigation.tracking" "const": "navigation.tracking"
}, },
{ {
"title": "Search higlighting", "title": "Search highlighting",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting",
"const": "search.highlight" "const": "search.highlight"
}, },

View File

@ -303,7 +303,7 @@ layers:
``` ```
If the `size` is omitted, it defaults to the size of the layout. If the `offset` If the `size` is omitted, it defaults to the size of the layout. If the `offset`
is omitted, it defaults to the top left corner, which is the defaut `origin`. is omitted, it defaults to the top left corner, which is the default `origin`.
Saving the layout and reloading renders: Saving the layout and reloading renders:
![Layer size] ![Layer size]

View File

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

View File

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