From: Elina Gorshkova <52108095+elinagorshkova@users.noreply.github.com> Date: Mon, 6 Jan 2020 23:07:08 +0000 (-0500) Subject: Typos fix (#6924) X-Git-Tag: v3.0.0-alpha~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0299483ca46957e6e69951f389d222e2301b15;p=thirdparty%2FChart.js.git Typos fix (#6924) * Fixed spelling typo Changed 'are know' to 'are known' * Fix spelling in the docs Added a missing comma * Fix spelling in the docs Added a missing comma --- diff --git a/docs/axes/README.md b/docs/axes/README.md index c91b9d220..916ec03bc 100644 --- a/docs/axes/README.md +++ b/docs/axes/README.md @@ -1,6 +1,6 @@ # Axes -Axes are an integral part of a chart. They are used to determine how data maps to a pixel value on the chart. In a cartesian chart, there is 1 or more X axis and 1 or more Y axis to map points onto the 2 dimensional canvas. These axes are know as ['cartesian axes'](./cartesian/README.md#cartesian-axes). +Axes are an integral part of a chart. They are used to determine how data maps to a pixel value on the chart. In a cartesian chart, there is 1 or more X axis and 1 or more Y axis to map points onto the 2 dimensional canvas. These axes are known as ['cartesian axes'](./cartesian/README.md#cartesian-axes). In a radial chart, such as a radar chart or a polar area chart, there is a single axis that maps points in the angular and radial directions. These are known as ['radial axes'](./radial/README.md#radial-axes). diff --git a/docs/getting-started/usage.md b/docs/getting-started/usage.md index 6da1290ca..9353436a8 100644 --- a/docs/getting-started/usage.md +++ b/docs/getting-started/usage.md @@ -1,5 +1,5 @@ # Usage -Chart.js can be used with ES6 modules, plain JavaScript and module loaders. +Chart.js can be used with ES6 modules, plain JavaScript, and module loaders. ## Creating a Chart diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index 6a865edce..8ceb8fb01 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -1,6 +1,6 @@ # Chart.js 3.x Migration Guide -Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released in April 2016. In the years since then, as Chart.js has grown in popularity and feature set, we've learned some lessons about how to better create a charting library. In order to improve performance, offer new features, and improve maintainability it was necessary to break backwards compatibility, but we aimed to do so only when necessary. +Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released in April 2016. In the years since then, as Chart.js has grown in popularity and feature set, we've learned some lessons about how to better create a charting library. In order to improve performance, offer new features, and improve maintainability, it was necessary to break backwards compatibility, but we aimed to do so only when necessary. ## End user migration