Răsfoiți Sursa

Docs: Fixed typo, again.

Piotrek Koszuliński 8 ani în urmă
părinte
comite
98ea6fadf7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-image/docs/image.md

+ 1 - 1
packages/ckeditor5-image/docs/image.md

@@ -96,7 +96,7 @@ Side image:
 ```
 
 <info-box>
-	The actual styling of the images is the goal of the developer. The editor comes with some default styles, but they will only be applied to images inside the editor. The developer needs to style them on the target pages.
+	The actual styling of the images is the developer's job. The editor comes with some default styles, but they will only be applied to images inside the editor. The developer needs to style them on the target pages.
 
 	Here you can find the source of the default styles applied by the editor: [`ckeditor5-image/theme/theme.scss`](https://github.com/ckeditor/ckeditor5-image/blob/master/theme/theme.scss).
 </info-box>