Skip to content

Commit fca3452

Browse files
authored
Fix typo in the README
1 parent 2a0e865 commit fca3452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let button = RoundedButton(text: "Continue")
4646
// The button color itself is controlled via tintColor
4747
button.tintColor = .red
4848

49-
// If desired a brightness offset that will be used to
49+
// If desired, a brightness offset that will be used to
5050
// dynamically calculate the 'tapped' color from the default one.
5151
button.tappedTintColorBrightnessOffset = -0.15
5252

0 commit comments

Comments
 (0)