fix help text on tilt angle input (#43540)

This commit is contained in:
Ryan Keairns 2019-08-19 15:33:56 -05:00 committed by GitHub
parent 1c0813e926
commit b33e1978a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ export const pie = () => ({
{
name: 'tilt',
displayName: 'Tilt angle',
help: 'Percentage of tilt where 1 is fully vertical and 0 is completely flat',
help: 'Percentage of tilt where 100 is fully vertical and 0 is completely flat',
argType: 'percentage',
default: 1,
},