From bf8853f600a1a10010e0538403029a0bec06daa2 Mon Sep 17 00:00:00 2001 From: Daniel Baird Date: Mon, 15 Jun 2015 11:19:26 +1000 Subject: [PATCH] Corrected "lable" typo in some text labels --- spec/grid-spec.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/grid-spec.js b/spec/grid-spec.js index 0443ec1..b5ef4c9 100644 --- a/spec/grid-spec.js +++ b/spec/grid-spec.js @@ -91,9 +91,9 @@ describe('c3 chart grid', function () { grid: { y: { lines: [ - {value: 30, text: 'Lable 30', position: 'start'}, - {value: 145, text: 'Lable 145', position: 'middle'}, - {value: 225, text: 'Lable 225'} + {value: 30, text: 'Label 30', position: 'start'}, + {value: 145, text: 'Label 145', position: 'middle'}, + {value: 225, text: 'Label 225'} ] } } @@ -140,9 +140,9 @@ describe('c3 chart grid', function () { grid: { y: { lines: [ - {value: 30, text: 'Lable 30', position: 'start'}, - {value: 145, text: 'Lable 145', position: 'middle'}, - {value: 225, text: 'Lable 225'} + {value: 30, text: 'Label 30', position: 'start'}, + {value: 145, text: 'Label 145', position: 'middle'}, + {value: 225, text: 'Label 225'} ] } }