Переглянути джерело

Update docs/features/watchdog.md

Szymon Cofalik 6 роки тому
батько
коміт
d31544cf56
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      packages/ckeditor5-watchdog/docs/features/watchdog.md

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

@@ -240,7 +240,7 @@ const watchdog = new ContextWatchdog( Context, watchdogConfig );
 
 
 // Setting a custom creator for the context.
 // Setting a custom creator for the context.
 watchdog.setCreator( async config => {
 watchdog.setCreator( async config => {
-	const context = await Context.create( config ) );
+	const context = await Context.create( config );
 
 
 	// Do something when the context is initialized.
 	// Do something when the context is initialized.