chore: fix typo in jsdoc (#4526) [ci skip]

This commit is contained in:
Herrington Darkholme 2021-09-07 23:31:27 +08:00 committed by GitHub
parent 2361ca4fc2
commit 1c4f0f0afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ export const enum BindingTypes {
*/
DATA = 'data',
/**
* decalred as a prop
* declared as a prop
*/
PROPS = 'props',
/**