From 8ee35283bd431c747d1ea98f21df1d2584d96a8b Mon Sep 17 00:00:00 2001 From: TheTypoMaster Date: Tue, 8 Sep 2015 15:20:04 +0200 Subject: [PATCH] Fix typo recieve --- BigBoxOfJavascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index ee11da6..35f2286 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -14,7 +14,7 @@ - [Olly.js](https://github.com/abeisgreat/Olly.js) - Rich snippets engine ## Saving - - [localStorage Bridge](https://github.com/krasimir/lsbridge) - A really cool library that lets you send & recieve messages via localStorage. Useful to let all the pages a user has open communicate with each other. + - [localStorage Bridge](https://github.com/krasimir/lsbridge) - A really cool library that lets you send & receive messages via localStorage. Useful to let all the pages a user has open communicate with each other. ## Media - [audiosynth](http://keithwhor.github.io/audiosynth/) - A wonderfully simple (albeit underdocumented) library for synthesising notes from various instruments. Not the most powerful, but easy to use.