From b751d25953caeefa9241a0ff3bfdfb0a56178389 Mon Sep 17 00:00:00 2001 From: Michael Zhou <zhoumotongxue008@gmail.com> Date: Wed, 20 Apr 2016 12:30:59 -0400 Subject: [PATCH] Fix a small typo in doc/releases.html and CHANGELOG.md "commend addon" should be "comment addon". --- CHANGELOG.md | 8 ++++---- doc/releases.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e39cce..8451136a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ [vim bindings](http://codemirror.net/demo/vim.html): Only call `.save()` when it is actually available. -[commend addon](http://codemirror.net/doc/manual.html#addon_comment): Be careful not to mangle multi-line strings. +[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Be careful not to mangle multi-line strings. [Python mode](http://codemirror.net/mode/python/index.html): Improve distinguishing of decorators from `@` operators. @@ -522,9 +522,9 @@ Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http * New mode: [Common Lisp](http://codemirror.net/mode/commonlisp/index.html). * Fix right-click select-all on most browsers. -* Change the way highlighting happens: - Saves memory and CPU cycles. - `compareStates` is no longer needed. +* Change the way highlighting happens: + Saves memory and CPU cycles. + `compareStates` is no longer needed. `onHighlightComplete` no longer works. * Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite. * Add a [`CodeMirror.version`](http://codemirror.net/doc/manual.html#version) property. diff --git a/doc/releases.html b/doc/releases.html index 5e6a2b2b..a8a7408b 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -35,7 +35,7 @@ <ul class="rel-note"> <li><a href="http://codemirror.net/doc/manual.html#posFromIndex"><code>posFromIndex</code></a> and <a href="http://codemirror.net/doc/manual.html#indexFromPos"><code>indexFromPos</code></a> now take <a href="http://codemirror.net/doc/manual.html#option_lineSeparator"><code>lineSeparator</code></a> into account</li> <li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Only call <code>.save()</code> when it is actually available</li> - <li><a href="http://codemirror.net/doc/manual.html#addon_comment">commend addon</a>: Be careful not to mangle multi-line strings</li> + <li><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Be careful not to mangle multi-line strings</li> <li><a href="http://codemirror.net/mode/python/index.html">Python mode</a>: Improve distinguishing of decorators from <code>@</code> operators</li> <li><a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a>: No longer return marks that touch but don't overlap given range</li> <li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Add yank command</li> @@ -210,7 +210,7 @@ asynchronous mode</li> <li>Fix backspace binding in <a href="../demo/sublime.html">Sublime bindings</a></li> <li>Change the way IME is handled in the <code>"textarea"</code> <a href="manual.html#option_inputStyle">input style</a></li> - + <li>New modes: <a href="../mode/mumps/index.html">MUMPS</a>, <a href="../mode/handlebars/index.html">Handlebars</a></li> <li>Rewritten modes: <a href="../mode/django/index.html">Django</a>, <a href="../mode/z80/index.html">Z80</a></li> <li>New theme: <a href="../demo/theme.html#liquibyte">Liquibyte</a></li> @@ -664,7 +664,7 @@ <li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1">list of patches</a>.</li> </ul> - + <p class="rel">25-01-2013: <a href="http://codemirror.net/codemirror-3.02.zip">Version 3.02</a>:</p> @@ -704,7 +704,7 @@ <li>Work around Safari segfault when dragging.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0">list of patches</a>.</li> </ul> - + <p class="rel">20-11-2012: <a href="http://codemirror.net/codemirror-3.0rc2.zip">Version 3.0, release candidate 2</a>:</p> <ul class="rel-note"> -- GitLab