docs: Modify punctuation usage

This commit is contained in:
刘欢 2025-05-30 15:15:08 +08:00
parent 3cb20ab9d3
commit 0e7834532b

View File

@ -155,7 +155,7 @@ const Divider: React.FC<DividerProps> = (props) => {
warning( warning(
!validTitlePlacement, !validTitlePlacement,
'usage', 'usage',
'"orientation" is used for direction, please use titlePlacement replace this', '`orientation` is used for direction, please use `titlePlacement` replace this',
); );
[ [
['type', 'orientation'], ['type', 'orientation'],