Skip to content

Commit

Permalink
Fixed a typo (#366)
Browse files Browse the repository at this point in the history
`style: .Succes` was changed to `style: .succes`
  • Loading branch information
celikomer authored and vikmeup committed Oct 20, 2017
1 parent 3fb59cf commit 85329ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SCLAlertView().showTitle(
subTitle: "Operation successfully completed.", // String of view
duration: 2.0, // Duration to show before closing automatically, default: 0.0
completeText: "Done", // Optional button value, default: ""
style: .Success, // Styles - see below.
style: .success, // Styles - see below.
colorStyle: 0xA429FF,
colorTextButton: 0xFFFFFF
)
Expand Down

0 comments on commit 85329ce

Please sign in to comment.