Skip to content

Commit ece1e63

Browse files
committed
fix: wrong word
1 parent 062661c commit ece1e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/baas/scf/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,12 @@ class Scf {
505505
const func = await this.getFunction(namespace, functionName)
506506

507507
if (!func) {
508-
console.log(`Funtion ${functionName} not exist...`)
508+
console.log(`Function ${functionName} not exist...`)
509509
return
510510
}
511511

512512
if (func.Status === 'Updating' || func.Status === 'Creating') {
513-
console.log(`Funtion ${functionName} status is ${func.Status}, can not delete...`)
513+
console.log(`Function ${functionName} status is ${func.Status}, can not delete...`)
514514
return
515515
}
516516

0 commit comments

Comments
 (0)