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

Commit

Permalink
Typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Dec 21, 2017
1 parent 548734e commit 4760cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/conversion/definition-based-converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import buildViewConverter from './buildviewconverter';
* Helper for creating a model element to {@link module:engine/view/containerelement~ContainerElement view container element}
* converters.
*
* You can creater a converter by using a simplified converter definition:
* You can create a converter by using a simplified converter definition:
*
* modelElementToViewContainerElement( {
* model: 'heading1',
Expand Down Expand Up @@ -56,7 +56,7 @@ export function modelElementToViewContainerElement( definition, dispatchers ) {
/**
* Helper for creating a view element to model element converters.
*
* Besides converting the view element specificied in the `view` property it will also convert all view elements
* Besides converting the view element specified in the `view` property it will also convert all view elements
* which match the patterns defined in the `acceptAlso` property. Such a "wide" converters are often needed so the editor
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
* "flavors" of the same editing features (e.g. you may want to handle `<h1>` and `<p class="heading1">` as headings).
Expand Down Expand Up @@ -187,7 +187,7 @@ export function modelAttributeToViewAttributeElement( attributeName, definitions
/**
* Helper for creating view element to model attribute converters.
*
* Besides converting the view element specificied in the `view` property it will also convert all view elements
* Besides converting the view element specified in the `view` property it will also convert all view elements
* which match the patterns defined in the `acceptAlso` property. Such "wide" converters are often needed so the editor
* is able to correctly handle a content that was pasted into the editor. Such pasted content may use various
* "flavors" of the same editing features (e.g. bold might be represented as `<b>`, `<strong>` or
Expand Down

0 comments on commit 4760cce

Please sign in to comment.