fix(snippet): fix typo of copy type (#461)

This commit is contained in:
witt
2021-02-17 19:22:42 +08:00
committed by GitHub
parent cfd0a48688
commit f898ade9d3
4 changed files with 9 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ const cardTypes = tuple(
'cyan',
)
const copyTypes = tuple('default', 'slient', 'prevent')
const copyTypes = tuple('default', 'silent', 'prevent', 'slient')
const triggerTypes = tuple('hover', 'click')