From b5e47cfaee4ccdbdf6518cb4d1ae9ddd8d313b4c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 24 May 2015 18:47:26 +0100 Subject: [PATCH] fixed typo --- BigBoxOfJavascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 1de8a18..639b5ff 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -43,6 +43,6 @@ ## References & Tutorials - [RGraph HTML5 Canvas Reference](http://www.rgraph.net/reference/index.html) - A good HTML5 canvas reference with examples - - [RegexOne](http://regexone.com/) - A good reguar expression tutorial we practical examples and tests + - [RegexOne](http://regexone.com/) - A good reguar expression tutorial with practical examples and tests - [Javascript Scope Quiz](http://madebyknight.com/javascript-scope/) - A small quiz / tutorial to help you understand scope in Javascript