8
0
Просмотр исходного кода

Update docs/features/watchdog.md

Szymon Cofalik 6 лет назад
Родитель
Сommit
3f5834756e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-watchdog/docs/features/watchdog.md

+ 1 - 1
packages/ckeditor5-watchdog/docs/features/watchdog.md

@@ -13,7 +13,7 @@ The {@link module:watchdog/watchdog~Watchdog} utility allows you to do exactly t
 
 It should be noticed that the most "dangerous" places in the API - like `editor.model.change()`, `editor.editing.view.change()`, emitters - are covered with checks and `try-catch` blocks that allow detecting unknown errors and restart editor when they occur.
 
-Currently there are two available watchdogs, which can be used depending on your needs:
+There are two available watchdogs, which can be used depending on your needs:
 * [editor watchdog](#editor-watchdog) - that fills the most basic scenario when only one editor is created,
 * [context watchdog](#context-watchdog) - that keeps an advanced structure of connected editors via te context feature running