Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emiranda04 committed Apr 13, 2016
1 parent 90c343e commit 8ff8202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Charts/ChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public class ChartViewBase: NSUIView, ChartDataProvider, ChartAnimatorDelegate
if (font == nil)
{
#if os(tvOS)
// 23 is the smallest recommened font size on the TV
// 23 is the smallest recommended font size on the TV
font = NSUIFont.systemFontOfSize(23, weight: UIFontWeightMedium)
#else
font = NSUIFont.systemFontOfSize(NSUIFont.systemFontSize())
Expand Down

0 comments on commit 8ff8202

Please sign in to comment.