Skip to content

Commit b0a9161

Browse files
committed
fix typo
1 parent 5f9e982 commit b0a9161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/export.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function (dir, options) {
8686
}
8787

8888
for (const path of exportPaths) {
89-
log(` exporing path: ${path}`)
89+
log(` exporting path: ${path}`)
9090

9191
const { page, query } = exportPathMap[path]
9292
const req = { url: path }

0 commit comments

Comments
 (0)