fix a typo in help text for minimum scale

This commit is contained in:
Stephen Birarda 2016-11-10 15:31:23 -08:00
parent 272d0c845e
commit f14037979a

View file

@ -875,7 +875,7 @@
"name": "min_avatar_scale",
"type": "double",
"label": "Minimum Avatar Scale (meters)",
"help": "Limits the scale of avatars in your domain. Must be at least than 0.005.",
"help": "Limits the scale of avatars in your domain. Must be at least 0.005.",
"placeholder": 0.25,
"default": 0.25
},