diff --git a/components/table/demo/jsx.md b/components/table/demo/jsx.md index a6d0739157..08dfaa92ba 100644 --- a/components/table/demo/jsx.md +++ b/components/table/demo/jsx.md @@ -15,7 +15,7 @@ title: Using JSX style API (introduced in 2.5.0) -> Since this is just a syntax sugar for the prop `columns`, so that you can't compose `Column` and `ColumnGroup` with other Components. +> Since this is just a syntax sugar for the prop `columns`, you can't compose `Column` and `ColumnGroup` with other Components. ````jsx import { Table, Icon, Divider } from 'antd';