Skip to content

Commit

Permalink
docs: Fix simple typo, unminifed -> unminified (#1133)
Browse files Browse the repository at this point in the history
There is a small typo in rollup.config.js.

Should read `unminified` rather than `unminifed`.
  • Loading branch information
timgates42 authored Sep 7, 2020
1 parent bd13413 commit 0753afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ plugins.push(filesize());
plugins.push(visualizer());

const rollupBuilds = [
// Generate unminifed bundle
// Generate unminified bundle
{
input: './src/js/shepherd.js',

Expand Down

0 comments on commit 0753afb

Please sign in to comment.