From afcae15753a70787be917b0db414f9e6cb7ce7c3 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 26 May 2018 23:09:35 +0200 Subject: [PATCH] docs: fix typo in javascript setup --- docs/pages/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. --- -- 2.47.2