Browse Source

Docs: Fixed link to keystrokes property in architecture intro. [skip ci]

Maciej Gołaszewski 8 years ago
parent
commit
522030528d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/framework/guides/architecture/intro.md

+ 1 - 1
docs/framework/guides/architecture/intro.md

@@ -35,7 +35,7 @@ The editor is a root object, gluing all other components. It holds a couple of p
 * {@link module:core/editor/editor~Editor#plugins} and {@link module:core/editor/editor~Editor#commands} – The collection of loaded plugins and commands.
 * {@link module:core/editor/editor~Editor#document} – The document. It is the editing engine's entry point.
 * {@link module:core/editor/editor~Editor#data} – The data controller (there is also the {@link module:core/editor/editor~Editor#editing editing controller} but [we plan to merge it](https://github.com/ckeditor/ckeditor5-engine/issues/678) into the data controller). It is a set of high-level utilities to work on the document,
-* {@link module:core/editor/editor~Editor#keystrokes} – The keystroke handler. It allows to bind keystrokes to actions.
+* {@link module:core/editor/editor~StandardEditor#keystrokes} – The keystroke handler. It allows to bind keystrokes to actions.
 
 Besides that, the editor exposes a few of methods: