Skip to content

Commit b971157

Browse files
authored
Fixed typo
1 parent dee70f1 commit b971157

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
@@ -11,13 +11,13 @@ Drag and drop the `DynamicFontSizeHelper.swift` file to your project.
1111
3. No more!
1212

1313

14-
#### Programatically
14+
#### Programmatically
1515
```swift
1616
// Initialize my label somewhere
1717
let myLabel: UILabel
1818

1919
// And then
20-
userNameLabel.registerForSizeChangeWithDefaultFontSize = 14.0
20+
myLabel.registerForSizeChangeWithDefaultFontSize = 14.0
2121
```
2222

2323
### What do I get?

0 commit comments

Comments
 (0)