Skip to content

Commit 85f59c5

Browse files
committed
docs: update
1 parent 1300c5b commit 85f59c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ export default () => (
8383
<td>Stroke color.</td>
8484
</tr>
8585
<tr>
86-
<td>trailWidth</td>
86+
<td>rrailWidth</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 is not defined, it is the same as strokeWidth.</td>
89+
<td>Width of the rrail stroke. Unit is percentage of SVG canvas size. Rail is always centered relative to actual progress path. If railWidth is not defined, it is the same as strokeWidth.</td>
9090
</tr>
9191
<tr>
92-
<td>trailColor</td>
92+
<td>railColor</td>
9393
<td>String</td>
9494
<td>#D9D9D9</td>
95-
<td>Color for lighter trail stroke underneath the actual progress path.</td>
95+
<td>Color for lighter rail stroke underneath the actual progress path.</td>
9696
</tr>
9797
<tr>
9898
<td>strokeLinecap</td>

docs/examples/gap.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Example extends React.Component<ProgressProps, any> {
7979
gapDegree={70}
8080
gapPosition="bottom"
8181
strokeWidth={6}
82-
trailWidth={6}
82+
railWidth={6}
8383
strokeLinecap="round"
8484
strokeColor={multiPercentageStrokeColors}
8585
/>

0 commit comments

Comments
 (0)