Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
There was a `t` missing in `JavaScript` (also camel cased it).
  • Loading branch information
felipenmoura authored Dec 6, 2018
1 parent b4ccbaf commit 3aa7bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3aa7bdf

Please sign in to comment.