From 40d8a505c683d9dfc5082e81a5fe835bf9d7c9f3 Mon Sep 17 00:00:00 2001 From: Michael Diodone Date: Tue, 21 Oct 2014 10:32:24 +0200 Subject: [PATCH] Fixed small typos in release notes --- docs/about/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 2ee7f9dd..3002dac5 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -17,7 +17,7 @@ You can determine your currently installed version using `pip freeze`: * Added support for Python 3.3 and 3.4. (#103) * Configurable Python-Markdown extensions with the config setting - `mardown_extensions`. (#74) + `markdown_extensions`. (#74) * Added `mkdocs json` command to output your rendered documentation as json files. (#128) * Added `--clean` switch to `build`, `json` and `gh-deploy` commands to @@ -26,11 +26,11 @@ You can determine your currently installed version using `pip freeze`: individual templates rather than copying the full theme. (#129) * Bugfix: Fix issue rendering the table of contents with some configs. (#146) -* Bugfix: Fix path for embeded images in sub pages. (#138) +* Bugfix: Fix path for embedded images in sub pages. (#138) * Bugfix: Fix `use_directory_urls` config behaviour. (#63) * Bugfix: Add support for `extra_javascript` and `extra_css` in all themes. (#90) -* Bugfix: Fix path-handling under windows. (#121) +* Bugfix: Fix path-handling under Windows. (#121) * Bugfix: Fix the menu generation in the readthedocstheme. (#110) * Bugfix: Fix the mkdocs command creation under Windows. (#122) * Bugfix: Correctly handle external files in `extra_javascript` and