From 429ba44553e4194faa2ee7bed2ded3a8bc3c9f4e Mon Sep 17 00:00:00 2001 From: Tim Hirsh Date: Fri, 17 Apr 2015 17:47:48 -0400 Subject: [PATCH] Fix typo in orbit docs --- doc/pages/components/orbit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/components/orbit.html b/doc/pages/components/orbit.html index ec57240b9..cfa117a14 100644 --- a/doc/pages/components/orbit.html +++ b/doc/pages/components/orbit.html @@ -206,7 +206,7 @@ $(document).foundation({ timer_paused_class: 'paused', // Class name given to the paused button timer_progress_class: 'orbit-progress', // Class name given to the progress bar slides_container_class: 'orbit-slides-container', // Class name given to the slide container - preloader_class: 'preloader', // Class given to the perloader + preloader_class: 'preloader', // Class given to the preloader slide_selector: 'li', // Default is '*' which selects all children under the container bullets_container_class: 'orbit-bullets', bullets_active_class: 'active', // Class name given to the active bullet -- 2.47.2