Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Apr 1, 2024
1 parent 7d6d8d7 commit 7e13ae6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/index.md
Expand Up @@ -998,7 +998,7 @@ __Fixes__
- Removed deprecated prebuilt search index support
- Removed deprecated web app manifest – use customization
- 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 autoprefixer from `last 4 years` to `last 2 years`
- Improved CSS overall to match modern standards
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/making-a-pull-request.md
Expand Up @@ -164,7 +164,7 @@ sequenceDiagram
loop discuss
PR ->> PR: request review
PR ->> PR: discussion
local ->> fork: push futher changes
local ->> fork: push further changes
end
PR ->> mkdocs-material: merge (and squash)
deactivate PR
Expand Down
2 changes: 1 addition & 1 deletion docs/insiders/community-experts-program/index.md
Expand Up @@ -20,7 +20,7 @@ base to complement our documentation.
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.

That's why we're bulding a team of Community Experts!
That's why we're building a team of Community Experts!

## Your role

Expand Down
2 changes: 1 addition & 1 deletion docs/insiders/faq/sponsoring.md
Expand Up @@ -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
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.

[__How do I cancel my sponsorship?__](#sponsorship-cancellation){ #sponsorship-cancellation }
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/projects.md
Expand Up @@ -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
method to build our [examples] repository, which features many self-contained
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
project, you might consider using the plugin, as it makes managing, editing
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/requirements/image-processing.md
Expand Up @@ -219,7 +219,7 @@ process is different:
=== ":material-linux: Linux"

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
[`ldconfig`][ubuntu-ldconfig], in the [`gcc`][ubuntu-gcc]/`cc` compiler, and
in [`ld`][ubuntu-ld].
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/diagrams.md
Expand Up @@ -164,7 +164,7 @@ stateDiagram-v2

### 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
them:

Expand Down
2 changes: 1 addition & 1 deletion docs/schema/theme.json
Expand Up @@ -588,7 +588,7 @@
"const": "navigation.tracking"
},
{
"title": "Search higlighting",
"title": "Search highlighting",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting",
"const": "search.highlight"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/setting-up-social-cards.md
Expand Up @@ -303,7 +303,7 @@ layers:
```

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:

![Layer size]
Expand Down
Expand Up @@ -575,7 +575,7 @@
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
&::-webkit-details-marker {
display: none;
Expand Down
Expand Up @@ -115,7 +115,7 @@
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
&::-webkit-details-marker {
display: none;
Expand Down

0 comments on commit 7e13ae6

Please sign in to comment.