Procházet zdrojové kódy

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

Maciej Gołaszewski před 7 roky
rodič
revize
4db6fc2e92
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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):