From e84560e677168bd00c53fccd4c40054e95d6e9f9 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 29 May 2013 10:49:39 -0400 Subject: [PATCH] tiny text fix Former-commit-id: ea1a45d1fa2cf8bc7a51abcaf19068859494ce11 Former-commit-id: ef3194393fea2a57b01ef02ba20fee094f455cc7 --- node/src/documents/modules/carousel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/src/documents/modules/carousel.html b/node/src/documents/modules/carousel.html index 9e0f56f72..ac6078b23 100755 --- a/node/src/documents/modules/carousel.html +++ b/node/src/documents/modules/carousel.html @@ -10,7 +10,7 @@ type : 'UI Module'

Carousel

-

A carousel is a ui module which indicates a user's selection of a choice.

+

A carousel alternates display between several pieces of content in sequence.

@@ -63,7 +63,7 @@ type : 'UI Module'

Usage

Initializing

-

Initializing a check box

+

Initializing a carousel

$('.ui.carousel') .carousel()