Skip to content

Commit

Permalink
Merge pull request #949 from emiranda04/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
liuxuan30 committed Apr 14, 2016
2 parents 90c343e + 8ff8202 commit 92f20fe
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 92f20fe

Please sign in to comment.