mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fix typos
This commit is contained in:
parent
7d6d8d7a7c
commit
7e13ae602f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 }
|
||||
|
@ -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
|
||||
|
@ -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].
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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]
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user