@@ -17,7 +17,7 @@ import buildViewConverter from './buildviewconverter';
17
17
* Helper for creating a model element to {@link module:engine/view/containerelement~ContainerElement view container element}
18
18
* converters.
19
19
*
20
- * You can creater a converter by using a simplified converter definition:
20
+ * You can create a converter by using a simplified converter definition:
21
21
*
22
22
* modelElementToViewContainerElement( {
23
23
* model: 'heading1',
@@ -56,7 +56,7 @@ export function modelElementToViewContainerElement( definition, dispatchers ) {
56
56
/**
57
57
* Helper for creating a view element to model element converters.
58
58
*
59
- * Besides converting the view element specificied in the `view` property it will also convert all view elements
59
+ * Besides converting the view element specified in the `view` property it will also convert all view elements
60
60
* which match the patterns defined in the `acceptAlso` property. Such a "wide" converters are often needed so the editor
61
61
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
62
62
* "flavors" of the same editing features (e.g. you may want to handle `<h1>` and `<p class="heading1">` as headings).
@@ -187,7 +187,7 @@ export function modelAttributeToViewAttributeElement( attributeName, definitions
187
187
/**
188
188
* Helper for creating view element to model attribute converters.
189
189
*
190
- * Besides converting the view element specificied in the `view` property it will also convert all view elements
190
+ * Besides converting the view element specified in the `view` property it will also convert all view elements
191
191
* which match the patterns defined in the `acceptAlso` property. Such "wide" converters are often needed so the editor
192
192
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
193
193
* "flavors" of the same editing features (e.g. bold might be represented as `<b>`, `<strong>` or
0 commit comments