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

Commit

Permalink
Docs: Fixed incorrect API docs. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 7, 2017
1 parent fc524b8 commit 7117dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import isIterable from '@ckeditor/ckeditor5-utils/src/isiterable';
* document.body.appendChild( view.element );
* } );
*
* @mixes module:utils/dom/emittermixin~EmmiterMixin
* @mixes module:utils/observablemixin~ObservableMixin
*/
export default class View {
Expand Down
2 changes: 1 addition & 1 deletion src/viewcollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class ViewCollection extends Collection {
} );

/**
* The {@link module:core/editor~Editor editor's locale} instance.
* The {@link module:core/editor/editor~Editor editor's locale} instance.
*
* @member {module:utils/locale~Locale}
*/
Expand Down

0 comments on commit 7117dca

Please sign in to comment.