mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-23 20:00:56 +08:00
fix(snippet): fix typo of copy type (#461)
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user