Skip to content

Commit 39ffcd8

Browse files
committed
Fix event name in manual
1 parent cae456c commit 39ffcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ <h2>Events</h2>
634634
<dt id="event_scroll"><code><strong>"scroll"</strong> (instance: CodeMirror)</code></dt>
635635
<dd>Fires when the editor is scrolled.</dd>
636636

637-
<dt id="event_resize"><code><strong>"resize"</strong> (instance: CodeMirror)</code></dt>
637+
<dt id="event_refresh"><code><strong>"refresh"</strong> (instance: CodeMirror)</code></dt>
638638
<dd>Fires when the editor is <a href="#refresh">refreshed</a>
639639
or <a href="#setSize">resized</a>. Mostly useful to invalidate
640640
cached values that depend on the editor or character size.</dd>

0 commit comments

Comments
 (0)