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/).