diff --git a/docs/axes/cartesian/index.md b/docs/axes/cartesian/index.md index c4fc4f2ec..a824576ff 100644 --- a/docs/axes/cartesian/index.md +++ b/docs/axes/cartesian/index.md @@ -312,7 +312,7 @@ var myChart = new Chart(ctx, { }, 'second-y-axis': { type: 'linear' - }] + } } } }); @@ -352,7 +352,7 @@ var myChart = new Chart(ctx, { 'right-y-axis': { type: 'linear', position: 'right' - }] + } } } });