Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 14, 2011
1 parent a96f173 commit 80319b9
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 @@ -30,7 +30,7 @@ program

console.log('you ordered a pizza with:');
if (program.peppers) console.log(' - peppers');
if (program.pineappe) console.log(' - pineappe');
if (program.pineapple) console.log(' - pineappe');
if (program.bbq) console.log(' - bbq');
console.log(' - %s cheese', program.cheese || 'marble');
```
Expand Down

0 comments on commit 80319b9

Please sign in to comment.