Bladeren bron

Docs: another small fix.

Szymon Cofalik 5 jaren geleden
bovenliggende
commit
3aa722fc8a
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      packages/ckeditor5-engine/src/conversion/downcasthelpers.js

+ 2 - 2
packages/ckeditor5-engine/src/conversion/downcasthelpers.js

@@ -429,8 +429,8 @@ export default class DowncastHelpers extends ConversionHelpers {
 	 *		// View:
 	 *		<blockquote><p data-group-end-after="name" data-group-start-after="name">Foo</p></blockquote>
 	 *
-	 * When there are multiple markers from the same group starting before/ending after the same view container element, their
-	 * name parts are put together in one attribute value, for example: `data-group-start="name1,name2,name3"`.
+	 * When there are multiple markers from the same group stored in the same attribute of the same element, their
+	 * name parts are put together in the attribute value, for example: `data-group-start-before="name1,name2,name3"`.
 	 *
 	 * Examples of usage:
 	 *