fix: fix typo in model (#1720)

Change "specipied" to "specified".
This commit is contained in:
阿良仔
2022-01-04 14:47:23 +08:00
committed by GitHub
parent bbdf40100f
commit 4119a1e624

View File

@ -1447,7 +1447,7 @@ export namespace Model {
}
}
throw new Error(
'The `shape` should be specipied when creating a node/edge instance',
'The `shape` should be specified when creating a node/edge instance',
)
})
}