Przeglądaj źródła

Update docs/features/watchdog.md

Szymon Cofalik 6 lat temu
rodzic
commit
d31544cf56

+ 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.
 watchdog.setCreator( async config => {
-	const context = await Context.create( config ) );
+	const context = await Context.create( config );
 
 	// Do something when the context is initialized.