Skip to content

Grammar & alignment fixes in README #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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