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

Docs: Minor grammar correction in the Image guide. [skip ci]

Anna Tomanek 5 роки тому
батько
коміт
ff5d97a0b3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      packages/ckeditor5-image/docs/features/image.md

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

@@ -77,7 +77,7 @@ The {@link module:image/imagecaption~ImageCaption} plugin adds support for image
 By default, if the image caption is empty, the `<figcaption>` element is not visible to the user. You can click the image to reveal the caption field and write one. See the demo below:
 By default, if the image caption is empty, the `<figcaption>` element is not visible to the user. You can click the image to reveal the caption field and write one. See the demo below:
 
 
 <info-box hint>
 <info-box hint>
-	You can change the placement of the image caption by setting [`caption-side`](https://developer.mozilla.org/en-US/docs/Web/CSS/caption-side) in your {@link builds/guides/integration/content-styles content styles} for the `.ck-content .image > figcaption` style. Changing it to `caption-side: top` will display caption above the image.
+	You can change the placement of the image caption by setting [`caption-side`](https://developer.mozilla.org/en-US/docs/Web/CSS/caption-side) in your {@link builds/guides/integration/content-styles content styles} for the `.ck-content .image > figcaption` style. Changing it to `caption-side: top` will display the caption above the image.
 </info-box>
 </info-box>
 
 
 ## Image upload
 ## Image upload