From 1dc4a90c9162d29627ede749b597d0d80d0375cc Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Fri, 2 Jan 2015 14:04:33 -0800 Subject: [PATCH] Typo Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1b4c1f..40c9dd0f 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ The function to invoke in order to generate images `src`. By default it is a function like the following one: ```js -function imageSourceGenrator(icon, options) { +function imageSourceGenerator(icon, options) { return ''.concat( options.base, // by default Twitter Inc. CDN options.size, // by default "36x36" string