Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 16, 2017
1 parent 5f9e982 commit b0a9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function (dir, options) {
}

for (const path of exportPaths) {
log(` exporing path: ${path}`)
log(` exporting path: ${path}`)

const { page, query } = exportPathMap[path]
const req = { url: path }
Expand Down

0 comments on commit b0a9161

Please sign in to comment.