Skip to content

Commit

Permalink
Grammar & alignment fixes in README (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt authored Mar 10, 2023
1 parent 7c2e96b commit d388cf0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default () => (
<td>trailWidth</td>
<td>Number</td>
<td>1</td>
<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>
<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>
</tr>
<tr>
<td>trailColor</td>
Expand All @@ -95,11 +95,11 @@ export default () => (
<td>Color for lighter trail stroke underneath the actual progress path.</td>
</tr>
<tr>
<td>strokeLinecap</td>
<td>String</td>
<td>'round'</td>
<td>The shape to be used at the end of the progress bar, can be `butt`, `square` or `round`.</td>
</tr>
<td>strokeLinecap</td>
<td>String</td>
<td>'round'</td>
<td>The shape to be used at the end of the progress bar: can be `butt`, `square` or `round`.</td>
</tr>
<tr>
<td>prefixCls</td>
<td>String</td>
Expand Down Expand Up @@ -134,7 +134,7 @@ export default () => (
<td>gapPosition</td>
<td>String</td>
<td>top</td>
<td>the gap position, value: top, bottom, left, right. </td>
<td>the gap position: can be `top`, `bottom`, `left`, or `right`. </td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d388cf0

Please sign in to comment.