Fixed typos in documentation (#1616)

This commit is contained in:
XhmikosR 2020-04-17 11:26:54 +03:00 committed by GitHub
parent abe1913664
commit 6cf4b551d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -572,7 +572,7 @@ mkdocs-material-1.5.2 (2017-04-05)
mkdocs-material-1.5.1 (2017-03-30) mkdocs-material-1.5.1 (2017-03-30)
* Fixed rendering and offset of targetted footnotes * Fixed rendering and offset of targeted footnotes
* Fixed #238: Link on logo is not set to site_url * Fixed #238: Link on logo is not set to site_url
mkdocs-material-1.5.0 (2017-03-24) mkdocs-material-1.5.0 (2017-03-24)

View File

@ -186,7 +186,7 @@ By default, [Emoji][13] uses JoyPixles' emoji under the former name EmojiOne.
Recent versions of the extension lock support to an older version (2.2.7) due Recent versions of the extension lock support to an older version (2.2.7) due
to JoyPixels' newer, less permissible licenses included in later releases. This to JoyPixels' newer, less permissible licenses included in later releases. This
restricts support to Unicode 9. To get the latest support for the current restricts support to Unicode 9. To get the latest support for the current
Unicode version, you can use Twemoji instead which has a much more permissable Unicode version, you can use Twemoji instead which has a much more permissible
license. Simply override the default emoji index being used: license. Simply override the default emoji index being used:
``` yaml ``` yaml

View File

@ -291,7 +291,7 @@ The following language codes are supported:
<li><code>nn</code> / Norwegian (Nynorsk)</li> <li><code>nn</code> / Norwegian (Nynorsk)</li>
<li><code>fa</code> / Persian</li> <li><code>fa</code> / Persian</li>
<li><code>pl</code> / Polish</li> <li><code>pl</code> / Polish</li>
<li><code>pt</code> / Portugese</li> <li><code>pt</code> / Portuguese</li>
<li><code>ro</code> / Romanian</li> <li><code>ro</code> / Romanian</li>
<li><code>ru</code> / Russian</li> <li><code>ru</code> / Russian</li>
<li><code>sr</code> / Serbian</li> <li><code>sr</code> / Serbian</li>

View File

@ -79,7 +79,7 @@ The following language codes are supported:
<li><code>it</code> / Italian</li> <li><code>it</code> / Italian</li>
<li><code>ja</code> / Japanese</li> <li><code>ja</code> / Japanese</li>
<li><code>no</code> / Norwegian</li> <li><code>no</code> / Norwegian</li>
<li><code>pt</code> / Portugese</li> <li><code>pt</code> / Portuguese</li>
<li><code>ro</code> / Romanian</li> <li><code>ro</code> / Romanian</li>
<li><code>ru</code> / Russian</li> <li><code>ru</code> / Russian</li>
<li><code>es</code> / Spanish</li> <li><code>es</code> / Spanish</li>

View File

@ -597,7 +597,7 @@ pip show mkdocs-material
### 1.5.1 <small>_ March 30, 2017</small> ### 1.5.1 <small>_ March 30, 2017</small>
* Fixed rendering and offset of targetted footnotes * Fixed rendering and offset of targeted footnotes
* Fixed #238: Link on logo is not set to `site_url` * Fixed #238: Link on logo is not set to `site_url`
### 1.5.0 <small>_ March 24, 2017</small> ### 1.5.0 <small>_ March 24, 2017</small>

View File

@ -177,7 +177,7 @@ export class Search {
* contain the whole content of the individual pages, and sections, which only * contain the whole content of the individual pages, and sections, which only
* contain the contents of the subsections obtained by breaking the individual * contain the contents of the subsections obtained by breaking the individual
* pages up at `h1` ... `h6`. As there may be many sections on different pages * pages up at `h1` ... `h6`. As there may be many sections on different pages
* with indentical titles (for example within this very project, e.g. "Usage" * with identical titles (for example within this very project, e.g. "Usage"
* or "Installation"), they need to be put into the context of the containing * or "Installation"), they need to be put into the context of the containing
* page. For this reason, section results are grouped within their respective * page. For this reason, section results are grouped within their respective
* articles which are the top-level results that are returned. * articles which are the top-level results that are returned.