]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in javascript docs page 10719/head
authorArtbyPravesh <artbypravesh15@gmail.com>
Thu, 12 Oct 2017 13:03:58 +0000 (02:03 +1300)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2017 13:03:58 +0000 (02:03 +1300)
Instead of "call the ...", "calling the ..." sounds much better.

docs/pages/javascript.md

index f4c476dc5640d23258099ab5cf77fd57532e3abe..7690e5ce38f7ed978fd19ab79cb40be140bd666b 100644 (file)
@@ -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`