Skip to content

Commit 08873c9

Browse files
committed
typo
1 parent 5de66d3 commit 08873c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ angular.module('someModule', ['angular-svg-round-progress'])
2929
* `color` hex color for the `current` value, example: `#45ccce`
3030
* `bgcolor` hex background color, example: `#eaeaea`
3131
* `stroke` specifies the thickness of the line
32-
* `semi` boolen, specifies whether the progressbar should be a semicircle or a full circle
32+
* `semi` boolean, specifies whether the progressbar should be a semicircle or a full circle
3333
* To manually trigger a complete re-render of the progressbar, broadcast a "renderCircle" from a parent scope:
3434

3535
```javascript

0 commit comments

Comments
 (0)