From 6cf4b551d40a82813554327a44e3539f9787eeaf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 17 Apr 2020 11:26:54 +0300 Subject: [PATCH] Fixed typos in documentation (#1616) --- CHANGELOG | 2 +- docs/extensions/pymdown.md | 2 +- docs/getting-started.md | 2 +- docs/plugins/search.md | 2 +- docs/releases/changelog.md | 2 +- src/assets/javascripts/integrations/search/_/index.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bdd1eccf3..e94692dee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -572,7 +572,7 @@ mkdocs-material-1.5.2 (2017-04-05) 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 mkdocs-material-1.5.0 (2017-03-24) diff --git a/docs/extensions/pymdown.md b/docs/extensions/pymdown.md index 60f995bae..604210bd3 100644 --- a/docs/extensions/pymdown.md +++ b/docs/extensions/pymdown.md @@ -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 to JoyPixels' newer, less permissible licenses included in later releases. This 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: ``` yaml diff --git a/docs/getting-started.md b/docs/getting-started.md index 61e020fcb..9b882d173 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -291,7 +291,7 @@ The following language codes are supported:
  • nn / Norwegian (Nynorsk)
  • fa / Persian
  • pl / Polish
  • -
  • pt / Portugese
  • +
  • pt / Portuguese
  • ro / Romanian
  • ru / Russian
  • sr / Serbian
  • diff --git a/docs/plugins/search.md b/docs/plugins/search.md index 2c39bb3f1..1dd903162 100644 --- a/docs/plugins/search.md +++ b/docs/plugins/search.md @@ -79,7 +79,7 @@ The following language codes are supported:
  • it / Italian
  • ja / Japanese
  • no / Norwegian
  • -
  • pt / Portugese
  • +
  • pt / Portuguese
  • ro / Romanian
  • ru / Russian
  • es / Spanish
  • diff --git a/docs/releases/changelog.md b/docs/releases/changelog.md index 38b06534b..b50ddef63 100644 --- a/docs/releases/changelog.md +++ b/docs/releases/changelog.md @@ -597,7 +597,7 @@ pip show mkdocs-material ### 1.5.1 _ March 30, 2017 -* 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` ### 1.5.0 _ March 24, 2017 diff --git a/src/assets/javascripts/integrations/search/_/index.ts b/src/assets/javascripts/integrations/search/_/index.ts index 19eb03e45..f3afcac63 100644 --- a/src/assets/javascripts/integrations/search/_/index.ts +++ b/src/assets/javascripts/integrations/search/_/index.ts @@ -177,7 +177,7 @@ export class Search { * contain the whole content of the individual pages, and sections, which only * 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 - * 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 * page. For this reason, section results are grouped within their respective * articles which are the top-level results that are returned.