Skip to content

Commit

Permalink
Fix brain fart
Browse files Browse the repository at this point in the history
Co-Authored-By: Peter Müller <[email protected]>
  • Loading branch information
Ryuno-Ki and Munter authored Jul 16, 2019
1 parent 1d14e5d commit f7878a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const debug = require("debug")("Eleventy");
* Runtime of eleventy.
*
* @param {String} input - Where to read files from.
* @param {Output} output - Where to write rendered files to.
* @param {String} output - Where to write rendered files to.
* @returns {undefined}
*/
class Eleventy {
Expand Down

0 comments on commit f7878a0

Please sign in to comment.