From 3aa7bdf44f206ddd99bfa29c1ea47694d0ba3498 Mon Sep 17 00:00:00 2001 From: Felipe Nascimento de Moura Date: Thu, 6 Dec 2018 19:07:43 -0200 Subject: [PATCH] Fixed typo There was a `t` missing in `JavaScript` (also camel cased it). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aeec03..ddd8055 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Built-in formats: - `'sass'`, `'scss'`: http://sass-lang.com/ - `'css'`: http://www.w3.org/Style/CSS/ - `'prefixed-css'`: A version of `'css'` that generates a smaller stylesheet but requires the use of the `'prefix'` stylesheet option -- `'javascript'`: Creates a file that exports javascrip object with sprites data. +- `'javascript'`: Creates a file that exports JavaScript object with sprites data. #### options.stylesheetOptions Type: `Object`