From 34b52d2aecac458c27d929f153f1fa5726f291a6 Mon Sep 17 00:00:00 2001 From: Paul Fitzgerald Date: Tue, 4 Oct 2016 09:09:47 +0100 Subject: [PATCH] Update README.md --- Basic_Concepts/Callback/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Basic_Concepts/Callback/README.md b/Basic_Concepts/Callback/README.md index dcd5a01..e55ac89 100644 --- a/Basic_Concepts/Callback/README.md +++ b/Basic_Concepts/Callback/README.md @@ -18,7 +18,7 @@ The basic syntax of Jquery is: which - - The sign $ defines that we will work will work with jQuery. + - The sign $ defines that we will work with jQuery. - The selector that defines what will activate our action - And the action of course that we wish to use. the best way to describe an action is to describe it as an special function that comes from jQuery and interacts with an element of our code. @@ -80,4 +80,4 @@ Inside the function, the arguments behave as local variables. - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) - [reddit](https://www.reddit.com/r/thenewboston/) -> Written with [StackEdit](https://stackedit.io/). \ No newline at end of file +> Written with [StackEdit](https://stackedit.io/).