Skip to content

Commit c194162

Browse files
committed
Fix duplicated word in manual
Closes codemirror#6823
1 parent aabc6dd commit c194162

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
@@ -1828,7 +1828,7 @@ <h3 id="api_decoration">Widget, gutter, and decoration methods</h3>
18281828
<dt id="addLineClass"><code><strong>doc.addLineClass</strong>(line: integer|LineHandle, where: string, class: string) → LineHandle</code></dt>
18291829
<dd>Set a CSS class name for the given line. <code>line</code>
18301830
can be a number or a line handle. <code>where</code> determines
1831-
to which element this class should be applied, can can be one
1831+
to which element this class should be applied, can be one
18321832
of <code>"text"</code> (the text element, which lies in front of
18331833
the selection), <code>"background"</code> (a background element
18341834
that will be behind the selection), <code>"gutter"</code> (the

0 commit comments

Comments
 (0)