From b904f3de6a0be0d4b04cc704a9292d044a16a6c2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 25 Aug 2018 22:18:25 +0800 Subject: [PATCH] update demo description --- components/progress/demo/linecap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/progress/demo/linecap.md b/components/progress/demo/linecap.md index 8ba2490d72..12ac963bd9 100644 --- a/components/progress/demo/linecap.md +++ b/components/progress/demo/linecap.md @@ -7,11 +7,11 @@ title: ## zh-CN -`strokeLinecap="square|round"` 可以调整进度条边缘的形状。 +通过设定 `strokeLinecap="square|round"` 可以调整进度条边缘的形状。 ## en-US -By setting `strokeLinecap="square`, you can change the linecaps from round to square. +By setting `strokeLinecap="square"`, you can change the linecaps from round to square. ````jsx import { Progress } from 'antd';