Correct grammar in selectors documentation (#23569)

This commit is contained in:
Dave T 2022-07-29 11:24:41 +01:00 committed by GitHub
parent 8d1642c1ff
commit 3eab13ae63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -641,10 +641,10 @@ the select value.
![Screenshot of a number selector](/images/blueprints/selector-number.png)
On the user interface, the input can either be in a slider or number mode.
Both modes limit the user input by a minimal and maximum value, and can
Both modes limit the user input by a minimum and maximum value, and can
have a unit of measurement to go with it.
In its most basic form, this selector requires a minimal and maximum value:
In its most basic form, this selector requires a minimum and maximum value:
```yaml
number:
@ -654,7 +654,7 @@ number:
{% configuration number %}
min:
description: The minimal user-settable number value.
description: The minimum user-settable number value.
type: [integer, float]
required: true
max: