From c55448efa7d2461b401306671196be18ab41d283 Mon Sep 17 00:00:00 2001 From: Jared Chua Date: Wed, 8 Oct 2014 20:54:47 -0700 Subject: [PATCH] Added missing 'within' in the last paragraph. --- page/plugins/finding-evaluating-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/plugins/finding-evaluating-plugins.md b/page/plugins/finding-evaluating-plugins.md index ea1c221a..bfb2c467 100644 --- a/page/plugins/finding-evaluating-plugins.md +++ b/page/plugins/finding-evaluating-plugins.md @@ -14,4 +14,4 @@ The easiest way to find plugins is to search Google or the [jQuery Plugins Regis 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. -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). +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).