Skip to content

Commit 2f64893

Browse files
docs(slides): fix typo in Angular migration guide (#2856)
1 parent bb88f63 commit 2f64893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/angular/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you were using the CSS custom properties found on `ion-slides`, below is a li
9090
| `--scroll-bar-background` | `--swiper-scrollbar-bg-color` |
9191
| `--scroll-bar-background-active` | `--swiper-scrollbar-drag-bg-color` |
9292

93-
For additional custom CSS, because Swiper Element uses Shadow DOM encapsulation, styles will need to be injected into the Shadow DOM scope. See see <a href="https://swiperjs.com/element#injecting-styles" target="_blank" rel="noopener noreferrer">https://swiperjs.com/element#injecting-styles</a> for instructions.
93+
For additional custom CSS, because Swiper Element uses Shadow DOM encapsulation, styles will need to be injected into the Shadow DOM scope. See <a href="https://swiperjs.com/element#injecting-styles" target="_blank" rel="noopener noreferrer">https://swiperjs.com/element#injecting-styles</a> for instructions.
9494

9595
### Additional `ion-slides` Styles
9696

versioned_docs/version-v6/angular/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you were using the CSS custom properties found on `ion-slides`, below is a li
8888
| `--scroll-bar-background` | `--swiper-scrollbar-bg-color` |
8989
| `--scroll-bar-background-active` | `--swiper-scrollbar-drag-bg-color` |
9090

91-
For additional custom CSS, because Swiper Element uses Shadow DOM encapsulation, styles will need to be injected into the Shadow DOM scope. See see <a href="https://swiperjs.com/element#injecting-styles" target="_blank" rel="noopener noreferrer">https://swiperjs.com/element#injecting-styles</a> for instructions.
91+
For additional custom CSS, because Swiper Element uses Shadow DOM encapsulation, styles will need to be injected into the Shadow DOM scope. See <a href="https://swiperjs.com/element#injecting-styles" target="_blank" rel="noopener noreferrer">https://swiperjs.com/element#injecting-styles</a> for instructions.
9292

9393
### Additional `ion-slides` Styles
9494

0 commit comments

Comments
 (0)