Skip to content

Commit d388cf0

Browse files
authored
Grammar & alignment fixes in README (#246)
1 parent 7c2e96b commit d388cf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default () => (
8686
<td>trailWidth</td>
8787
<td>Number</td>
8888
<td>1</td>
89-
<td>Width of the trail stroke. Unit is percentage of SVG canvas size. Trail is always centered relative to actual progress path. If trailWidth are not defined, it same as strokeWidth.</td>
89+
<td>Width of the trail stroke. Unit is percentage of SVG canvas size. Trail is always centered relative to actual progress path. If trailWidth is not defined, it is the same as strokeWidth.</td>
9090
</tr>
9191
<tr>
9292
<td>trailColor</td>
@@ -95,11 +95,11 @@ export default () => (
9595
<td>Color for lighter trail stroke underneath the actual progress path.</td>
9696
</tr>
9797
<tr>
98-
<td>strokeLinecap</td>
99-
<td>String</td>
100-
<td>'round'</td>
101-
<td>The shape to be used at the end of the progress bar, can be `butt`, `square` or `round`.</td>
102-
</tr>
98+
<td>strokeLinecap</td>
99+
<td>String</td>
100+
<td>'round'</td>
101+
<td>The shape to be used at the end of the progress bar: can be `butt`, `square` or `round`.</td>
102+
</tr>
103103
<tr>
104104
<td>prefixCls</td>
105105
<td>String</td>
@@ -134,7 +134,7 @@ export default () => (
134134
<td>gapPosition</td>
135135
<td>String</td>
136136
<td>top</td>
137-
<td>the gap position, value: top, bottom, left, right. </td>
137+
<td>the gap position: can be `top`, `bottom`, `left`, or `right`. </td>
138138
</tr>
139139
</tbody>
140140
</table>

0 commit comments

Comments
 (0)