Skip to content

Commit 8ea5be8

Browse files
Jared Chuaarthurvr
Jared Chua
authored andcommitted
Added missing 'within' in the last paragraph.
Closes jquerygh-562
1 parent 2b5b609 commit 8ea5be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/plugins/finding-evaluating-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The easiest way to find plugins is to search Google or the [jQuery Plugins Regis
1313

1414
When looking for a plugin to fill a need, do your homework. Ensure that the plugin is well-documented, and look for the author to provide lots of examples of its use. Be wary of plugins that do far more than you need; they can end up adding substantial overhead to your page. For more tips on spotting a sub-par plugin, read [Signs of a poorly written jQuery plugin](http://remysharp.com/2010/06/03/signs-of-a-poorly-written-jquery-plugin/) by Remy Sharp.
1515

16-
Once you choose a plugin, you'll need to add it to your page. Download the plugin, unzip it if necessary, place it your application's directory structure, then include the plugin in your page using a script tag (after you include jQuery).
16+
Once you choose a plugin, you'll need to add it to your page. Download the plugin, unzip it if necessary, place it within your application's directory structure, then include the plugin in your page using a script tag (after you include jQuery).

0 commit comments

Comments
 (0)