Sfoglia il codice sorgente

Docs: Fix link in docs to `editor.getData()`.

Maciej Gołaszewski 7 anni fa
parent
commit
4db6fc2e92
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-table/docs/features/table.md

+ 1 - 1
packages/ckeditor5-table/docs/features/table.md

@@ -80,7 +80,7 @@ The table feature supports block content - like paragraphs, lists, headings, etc
 
 ### Inline content
 
-A table cell with inline content (single `<paragraph>`) will be rendered (ie. when using {@link module:core/editor/editor~Editor#getData()} directly in the `<td>` or `<th>` element without wrapping in `<p>`. A table with only inline content in table cells is considered a data table used to present tabular data. Such tables are ususally used with short content and additional paragraphs are often redundant.
+A table cell with inline content (single `<paragraph>`) will be rendered (ie. when using {@link module:core/editor/utils/dataapimixin~DataApi#getData()} directly in the `<td>` or `<th>` element without wrapping in `<p>`. A table with only inline content in table cells is considered a data table used to present tabular data. Such tables are ususally used with short content and additional paragraphs are often redundant.
 
 Example table with inline content (model representation):