From a2fc4f57fb85aee682497e0844706c11512869f8 Mon Sep 17 00:00:00 2001 From: ArtbyPravesh Date: Fri, 13 Oct 2017 02:03:58 +1300 Subject: [PATCH] Fix typo in javascript docs page Instead of "call the ...", "calling the ..." sounds much better. --- 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 f4c476dc5..7690e5ce3 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -63,7 +63,7 @@ The `.foundation()` function on the jQuery object will kick off every Foundation $(document).foundation(); ``` -You can also selectively initialize plugins by call the `.foundation();` method on one or more elements with a plugin. +You can also selectively initialize plugins by calling the `.foundation();` method on one or more elements with a plugin. ```js $('#foo').foundation(); // initialize all plugins within the element `#foo` -- 2.47.2