Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
R.font.sanFransisco -> R.font.sanFrancisco
  • Loading branch information
mac-cain13 committed Oct 5, 2015
1 parent f5b4b2f commit 708c3dd
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 @@ -19,7 +19,7 @@ performSegueWithIdentifier("openSettings")
With R.swift it becomes:
```swift
let icon = R.image.settingsIcon
let font = R.font.sanFransisco(size: 42)
let font = R.font.sanFrancisco(size: 42)
performSegueWithIdentifier(R.segue.openSettings)
```

Expand Down

0 comments on commit 708c3dd

Please sign in to comment.