fix a typo in Code component's wrap prop (#5050)

This commit is contained in:
Mohammad Hamzehei 2022-10-11 11:17:16 +03:30 committed by GitHub
parent 0f2a88ba5c
commit 8d2d0c3c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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