Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4282c47

Browse files
author
DashukVolodymyr
committed
magento/devdocs#: fixes after CR
1 parent 4e3792f commit 4282c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/javascript-dev-guide/widgets/widget_gallery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ api.updateOptions([{
583583

584584
## Code sample
585585

586-
This example shows a use case for a gallery widget on any page.
586+
This example shows a use case for a gallery widget on any page:
587587

588588
```html
589589
<div class="image-gallery"></div>
@@ -624,7 +624,7 @@ require ([
624624
</script>
625625
```
626626

627-
The breakpoints options are set in the `view.xml` configuration file of a theme. The file is conventionally located in `<theme_dir>/etc`.
627+
The breakpoints options are set in the `view.xml` configuration file of a theme. The file is located in `<theme_dir>/etc`.
628628

629629
```xml
630630
<var name="breakpoints">

0 commit comments

Comments
 (0)