Skip to content

Commit 6130b25

Browse files
committed
docs: fix typo
1 parent 85f59c5 commit 6130b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ export default () => (
8383
<td>Stroke color.</td>
8484
</tr>
8585
<tr>
86-
<td>rrailWidth</td>
86+
<td>railWidth</td>
8787
<td>Number</td>
8888
<td>1</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>
89+
<td>Width of the rail 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>
9292
<td>railColor</td>

0 commit comments

Comments
 (0)