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

Commit

Permalink
Fix a typo in docs of conversion.for() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Dec 20, 2018
1 parent 00dc3de commit a49fd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conversion/conversion.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class Conversion {
* editor.conversion.for( 'upcast' ).elementToElement( config ) );
*
* @param {String} groupName The name of dispatchers group to add the converters to.
* @returns {module:engine/conversion/downcasthelpers~DowncastHelpers| module:engine/conversion/upcasthelpers~UpcastHelpers}
* @returns {module:engine/conversion/downcasthelpers~DowncastHelpers|module:engine/conversion/upcasthelpers~UpcastHelpers}
*/
for( groupName ) {
const group = this._getDispatchersGroup( groupName );
Expand Down Expand Up @@ -626,7 +626,7 @@ export class ConversionHelpers {
* method description
*
* @param {Function} conversionHelper The function to be called on event.
* @returns {module:engine/conversion/downcasthelpers~DowncastHelpers| module:engine/conversion/upcasthelpers~UpcastHelpers}
* @returns {module:engine/conversion/downcasthelpers~DowncastHelpers|module:engine/conversion/upcasthelpers~UpcastHelpers}
*/
add( conversionHelper ) {
this._addToDispatchers( conversionHelper );
Expand Down

0 comments on commit a49fd54

Please sign in to comment.