From 7e13ae602f76635e9374ee645b146f41e85cb1d5 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 1 Apr 2024 16:50:08 +0200 Subject: [PATCH] Fix typos --- docs/changelog/index.md | 2 +- docs/contributing/making-a-pull-request.md | 2 +- docs/insiders/community-experts-program/index.md | 2 +- docs/insiders/faq/sponsoring.md | 2 +- docs/plugins/projects.md | 2 +- docs/plugins/requirements/image-processing.md | 2 +- docs/reference/diagrams.md | 2 +- docs/schema/theme.json | 2 +- docs/setup/setting-up-social-cards.md | 2 +- src/templates/assets/stylesheets/main/components/_search.scss | 2 +- .../assets/stylesheets/main/extensions/pymdownx/_details.scss | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 33a1bf5732d..54c30bef14d 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -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 diff --git a/docs/contributing/making-a-pull-request.md b/docs/contributing/making-a-pull-request.md index 30286d27100..41b4f91f924 100644 --- a/docs/contributing/making-a-pull-request.md +++ b/docs/contributing/making-a-pull-request.md @@ -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 diff --git a/docs/insiders/community-experts-program/index.md b/docs/insiders/community-experts-program/index.md index 52a5b34c2cc..54c6276960d 100644 --- a/docs/insiders/community-experts-program/index.md +++ b/docs/insiders/community-experts-program/index.md @@ -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 diff --git a/docs/insiders/faq/sponsoring.md b/docs/insiders/faq/sponsoring.md index 3898e444eca..4be502070d6 100644 --- a/docs/insiders/faq/sponsoring.md +++ b/docs/insiders/faq/sponsoring.md @@ -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 } diff --git a/docs/plugins/projects.md b/docs/plugins/projects.md index 1b83248ec22..c7327abc639 100644 --- a/docs/plugins/projects.md +++ b/docs/plugins/projects.md @@ -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 diff --git a/docs/plugins/requirements/image-processing.md b/docs/plugins/requirements/image-processing.md index 01118c614ee..b8ffc394256 100644 --- a/docs/plugins/requirements/image-processing.md +++ b/docs/plugins/requirements/image-processing.md @@ -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]. diff --git a/docs/reference/diagrams.md b/docs/reference/diagrams.md index a59818c8374..9125af3f7fb 100644 --- a/docs/reference/diagrams.md +++ b/docs/reference/diagrams.md @@ -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: diff --git a/docs/schema/theme.json b/docs/schema/theme.json index 63ae030bd7e..66813a24c5b 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -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" }, diff --git a/docs/setup/setting-up-social-cards.md b/docs/setup/setting-up-social-cards.md index 6d9eaf2f956..96b07840ca3 100644 --- a/docs/setup/setting-up-social-cards.md +++ b/docs/setup/setting-up-social-cards.md @@ -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] diff --git a/src/templates/assets/stylesheets/main/components/_search.scss b/src/templates/assets/stylesheets/main/components/_search.scss index db6529ef482..5358a626ca2 100644 --- a/src/templates/assets/stylesheets/main/components/_search.scss +++ b/src/templates/assets/stylesheets/main/components/_search.scss @@ -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; diff --git a/src/templates/assets/stylesheets/main/extensions/pymdownx/_details.scss b/src/templates/assets/stylesheets/main/extensions/pymdownx/_details.scss index fda5cc84b87..e679b863a78 100644 --- a/src/templates/assets/stylesheets/main/extensions/pymdownx/_details.scss +++ b/src/templates/assets/stylesheets/main/extensions/pymdownx/_details.scss @@ -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;