Skip to content

Commit 5ac1cf9

Browse files
committed
docs(demos): fix item sliding demo and add the slides demo to the slide doc
references ionic-team/ionic-site#397
1 parent 68671a2 commit 5ac1cf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demos/item-sliding/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Cher</h2>
4141
<img src="./avatar-dionne.png">
4242
</ion-avatar>
4343
<h2>Dionne</h2>
44-
<p>Mr. Hall was way harsh on my report card.</p>
44+
<p>Mr. Hall was way harsh.</p>
4545
<ion-note item-right>
4646
8:59 pm
4747
</ion-note>

ionic/components/slides/slides.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ export class Slides extends Ion {
689689
* @description
690690
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too.
691691
*
692+
* @demo /docs/v2/demos/slides/
692693
* @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
693694
*/
694695
@Component({

0 commit comments

Comments
 (0)