Skip to content

Commit 51a4b57

Browse files
committed
[manual] Fix typo
1 parent 4fa89a7 commit 51a4b57

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
@@ -1384,7 +1384,7 @@ <h3 id="api_sizing">Sizing, scrolling and positioning methods</h3>
13841384
<dt id="setSize"><code><strong>cm.setSize</strong>(width: number|string, height: number|string)</code></dt>
13851385
<dd>Programatically set the size of the editor (overriding the
13861386
applicable <a href="#css-resize">CSS
1387-
rules</a>). <code>width</code> and <code>height</code> height
1387+
rules</a>). <code>width</code> and <code>height</code>
13881388
can be either numbers (interpreted as pixels) or CSS units
13891389
(<code>"100%"</code>, for example). You can
13901390
pass <code>null</code> for either of them to indicate that that

0 commit comments

Comments
 (0)