Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 4760cce

Browse files
committed
Typo fixes.
1 parent 548734e commit 4760cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/conversion/definition-based-converters.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import buildViewConverter from './buildviewconverter';
1717
* Helper for creating a model element to {@link module:engine/view/containerelement~ContainerElement view container element}
1818
* converters.
1919
*
20-
* You can creater a converter by using a simplified converter definition:
20+
* You can create a converter by using a simplified converter definition:
2121
*
2222
* modelElementToViewContainerElement( {
2323
* model: 'heading1',
@@ -56,7 +56,7 @@ export function modelElementToViewContainerElement( definition, dispatchers ) {
5656
/**
5757
* Helper for creating a view element to model element converters.
5858
*
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
6060
* which match the patterns defined in the `acceptAlso` property. Such a "wide" converters are often needed so the editor
6161
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
6262
* "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
187187
/**
188188
* Helper for creating view element to model attribute converters.
189189
*
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
191191
* which match the patterns defined in the `acceptAlso` property. Such "wide" converters are often needed so the editor
192192
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
193193
* "flavors" of the same editing features (e.g. bold might be represented as `<b>`, `<strong>` or

0 commit comments

Comments
 (0)