fix a typo in Code component's wrap prop (#5050)
This commit is contained in:
parent
0f2a88ba5c
commit
8d2d0c3c03
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export interface Props {
|
|||
/**
|
||||
* Enable word wrapping.
|
||||
* - true: enabled.
|
||||
* - false: enabled.
|
||||
* - false: disabled.
|
||||
* - null: All overflow styling removed. Code will overflow the element by default.
|
||||
*
|
||||
* @default false
|
||||
|
|
Loading…
Reference in a new issue