Skip to content

Commit

Permalink
Fixed typo in "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoc committed Sep 2, 2014
1 parent c57e5f7 commit 4d4afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/buildProduction
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var optimist = require('optimist'),
.options('norecursive', {
describe: 'Don\'t follow local HTML anchors when populating the graph',
type: 'boolean',
deafult: false
default: false
})
.options('nocompress', {
describe: 'Prettifies HTML, CSS and Javascript for easier debugging',
Expand Down

0 comments on commit 4d4afce

Please sign in to comment.