Fix typo in lock optimistic variable description (#19089)

This commit is contained in:
apaperclip 2021-08-26 13:29:44 -04:00 committed by Franck Nijhof
parent 4dfdf59d31
commit 1b24ea7f6e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -197,7 +197,7 @@ number:
type: template type: template
default: 100.0 default: 100.0
optimistic: optimistic:
description: Flag that defines if lock works in optimistic mode. description: Flag that defines if number works in optimistic mode.
required: false required: false
type: boolean type: boolean
default: false default: false