diff --git a/reference/forms/types/money.rst b/reference/forms/types/money.rst index ae322be16f6..0c3e3c206a3 100644 --- a/reference/forms/types/money.rst +++ b/reference/forms/types/money.rst @@ -85,7 +85,7 @@ scale **type**: ``integer`` **default**: ``2`` -For some reason, if you need some scale other than 2 decimal places, +If, for some reason, you need some scale other than 2 decimal places, you can modify this value. You probably won't need to do this unless, for example, you want to round to the nearest dollar (set the scale to ``0``).