From 6f16ae64abc676573e63f441f8898ff5097eae9d Mon Sep 17 00:00:00 2001 From: Undo1 Date: Thu, 13 Feb 2014 20:06:11 -0700 Subject: [PATCH] fix spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412af53e8..1d776f7e7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Secondly, you need to inform the delegate the y-position of each point (automati - (CGFloat)lineChartView:(JBLineChartView *)lineChartView heightForIndex:(NSInteger)index { - return ...; // y-position of poinnt at index (x-axis) + return ...; // y-position of point at index (x-axis) } ## Customization