From: Nicolas Coden Date: Sat, 26 May 2018 21:09:35 +0000 (+0200) Subject: docs: fix typo in javascript setup X-Git-Tag: v6.6.0~3^2~168^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11265%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix typo in javascript setup --- diff --git a/docs/pages/javascript.md b/docs/pages/javascript.md index 17fb6ee62..0f1e1fe4e 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -149,7 +149,7 @@ $.ajax('assets/partials/kitten-carousel.html', function(data) { }); ``` -Plugins that are already initialized will be ignored. However for performances reasons, we recommend calling `.foundation()` only on the DOM nodes that changed. +Plugins that are already initialized will be ignored. However for performance reasons, we recommend calling `.foundation()` only on the DOM nodes that changed. ---