From ab7f9e735fcd73a07cb21d804c9190577449a299 Mon Sep 17 00:00:00 2001 From: Stephon Harris Date: Sat, 27 Oct 2018 10:27:45 -0400 Subject: [PATCH] Adding conjunction where for clarification --- docs/patterns/jquery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index d4e2c92d..db27f03d 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -105,7 +105,7 @@ example that shows how you would use jQuery and Flask nonetheless:: return render_template('index.html') As you can see I also added an `index` method here that renders a -template. This template will load jQuery as above and have a little form +template. This template will load jQuery as above and have a little form where we can add two numbers and a link to trigger the function on the server side.