Skip to content

Commit 1757152

Browse files
committed
docs: fix syntax error in ui.main config example
1 parent a3d0764 commit 1757152

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)