We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e982 commit b0a9161Copy full SHA for b0a9161
server/export.js
@@ -86,7 +86,7 @@ export default async function (dir, options) {
86
}
87
88
for (const path of exportPaths) {
89
- log(` exporing path: ${path}`)
+ log(` exporting path: ${path}`)
90
91
const { page, query } = exportPathMap[path]
92
const req = { url: path }
0 commit comments