]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix typo in javascript setup 11265/head
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 26 May 2018 21:09:35 +0000 (23:09 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 26 May 2018 21:09:35 +0000 (23:09 +0200)
docs/pages/javascript.md

index 17fb6ee6204d8f1b9c75ea1f6eb5b9762a1247e6..0f1e1fe4e70c7406ed5ecd8a4fbede9854916f26 100644 (file)
@@ -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.
 
 ---