Skip to content

Commit

Permalink
Fix some subfeature names that were unnecessarily uppercased
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Aug 10, 2021
1 parent 230e430 commit db7ac7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@
}
}
},
"Smoothing_downscaling": {
"smoothing_downscaling": {
"__compat": {
"description": "Smoothing when downscaling",
"support": {
Expand Down
4 changes: 2 additions & 2 deletions api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,9 +819,9 @@
"deprecated": false
}
},
"Image_quality": {
"quality_parameter": {
"__compat": {
"description": "Image quality parameter",
"description": "<code>quality</code> parameter",
"support": {
"chrome": {
"version_added": "50"
Expand Down
2 changes: 1 addition & 1 deletion api/OfflineAudioContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"deprecated": false
}
},
"Parameters_accepted_in_an_object": {
"parameters_accepted_in_an_object": {
"__compat": {
"description": "Parameters accepted as a single object, as well as being passed in individually",
"support": {
Expand Down

0 comments on commit db7ac7f

Please sign in to comment.