Skip to content

Commit dc761bf

Browse files
committed
DOC-2350: Sync api docs with generated content
1 parent 1ea7092 commit dc761bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/apis/tinymce.dom.domquery.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ Constructs a new DomQuery instance with the specified selector or context.
128128
=== add()
129129
[source, javascript]
130130
----
131-
add(items: Array | tinymce.dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
131+
add(items: Array | tinymce.core.dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
132132
----
133133
Adds new nodes to the set.
134134

135135
==== Parameters
136136

137-
* `items (Array | xref:apis/tinymce.dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
137+
* `items (Array | xref:apis/tinymce.core.dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
138138
* `sort (Boolean)` - Optional sort flag that enables sorting of elements.
139139

140140
==== Return value

modules/ROOT/pages/apis/tinymce.editor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Constructs a editor instance by id.
175175

176176
* `id (String)` - Unique id for the editor.
177177
* `settings (Object)` - Settings for the editor.
178-
* `editorManager (xref:apis/tinymce.editor.adoc[EditorManager])` - EditorManager instance.
178+
* `editorManager (xref:apis/tinymce.editormanager.adoc[EditorManager])` - EditorManager instance.
179179

180180
[[methods]]
181181
== Methods

0 commit comments

Comments
 (0)