From: ArtbyPravesh Date: Thu, 12 Oct 2017 13:03:58 +0000 (+1300) Subject: Fix typo in javascript docs page X-Git-Tag: v6.6.0~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10719%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typo in javascript docs page Instead of "call the ...", "calling the ..." sounds much better. --- 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`