mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
docs: Modify punctuation usage
This commit is contained in:
parent
3cb20ab9d3
commit
0e7834532b
@ -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'],
|
||||||
|
Loading…
Reference in New Issue
Block a user