Skip to content

Commit 5015d2d

Browse files
committed
Merge pull request #518 from wjt/misc
docs: fix syntax error in ui.main config example
2 parents a3d0764 + 1757152 commit 5015d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ annotation. It is also possible to ask the module to only allow creation of
1313
annotations within a specific element on the page::
1414

1515
app.include(annotator.ui.main, {
16-
element: document.querySelector('#main');
16+
element: document.querySelector('#main')
1717
});
1818

1919

0 commit comments

Comments
 (0)