Skip to content

Commit 688a632

Browse files
committed
Fix error message
1 parent e2cec0e commit 688a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const main = () => {
4747
const isSsr = Array.isArray(manifest[manifestKeys[0]])
4848

4949
if (wantsSsr && ! isSsr) {
50-
error('Did not expected SSR manifest.')
50+
error('Did not find expected SSR manifest.')
5151

5252
process.exit(1)
5353
}

0 commit comments

Comments
 (0)