We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee70f1 commit b971157Copy full SHA for b971157
README.md
@@ -11,13 +11,13 @@ Drag and drop the `DynamicFontSizeHelper.swift` file to your project.
11
3. No more!
12
13
14
-#### Programatically
+#### Programmatically
15
```swift
16
// Initialize my label somewhere
17
let myLabel: UILabel
18
19
// And then
20
-userNameLabel.registerForSizeChangeWithDefaultFontSize = 14.0
+myLabel.registerForSizeChangeWithDefaultFontSize = 14.0
21
```
22
23
### What do I get?
0 commit comments