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

Commit

Permalink
Docs: Add missing word to the UpcastWriter docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Aug 2, 2019
1 parent 61da3ec commit 04858be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/upcastwriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Selection from './selection';
* section of the {@glink framework/guides/architecture/editing-engine Editing engine architecture} guide.
*
* Unlike `DowncastWriter`, which is available in the {@link module:engine/view/view~View#change `View#change()`} block,
* `UpcastWriter` can wherever you need it:
* `UpcastWriter` can be created wherever you need it:
*
* const writer = new UpcastWriter();
* const text = writer.createText( 'foo!' );
Expand Down

0 comments on commit 04858be

Please sign in to comment.