]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
minor correction of documentation for 'Grace' (#11322)
authorMatt Hegarty <matthewhegarty@users.noreply.github.com>
Sun, 4 Jun 2023 22:43:02 +0000 (23:43 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2023 22:43:02 +0000 (18:43 -0400)
docs/axes/cartesian/linear.md

index 695e9b69f852934a695dd3be45ba899734e2ec02..b85dcf6981b90573589f6f5cd50bb804b5bb4299 100644 (file)
@@ -56,7 +56,7 @@ let options = {
 
 ## Grace
 
-If the value is string ending with `%`, its treat as percentage. If number, its treat as value.
+If the value is a string ending with `%`, it's treated as a percentage. If a number, it's treated as a value.
 The value is added to the maximum data value and subtracted from the minimum data. This extends the scale range as if the data values were that much greater.
 
 ```js chart-editor