Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 95e1d3e

Browse files
committed
Merge branch 'master' of github.com:luispadron/UICircularProgressRing
2 parents 4e3fa48 + 8230cf4 commit 95e1d3e

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
@@ -24,7 +24,7 @@
2424
* Written in Swift
2525
* RTL language support
2626

27-
## Apps Usig UICircularProgressRing
27+
## Apps Using UICircularProgressRing
2828

2929
- [GradePoint](http://gradepoint.luispadron.com) by Luis Padron.
3030

@@ -102,7 +102,7 @@ To set a value and animate the view
102102

103103
```swift
104104
// Somewhere not in viewDidLoad (since the views have not set yet, thus cannot be animated)
105-
// Remember to use unowned or weak self if refrencing self to avoid retain cycle
105+
// Remember to use unowned or weak self if referencing self to avoid retain cycle
106106
progressRing.startProgress(to: 49, duration: 2.0) {
107107
print("Done animating!")
108108
// Do anything your heart desires...

0 commit comments

Comments
 (0)