commit d9a5034d4349e62de24c1ebbc4b963537852756e
parent 66b1d38170cd65b7d6ecdafc41c50bfb22f771c6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat, 22 May 2021 06:41:42 -0400
grammar: s/this/these/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DESIGN.md b/DESIGN.md
@@ -98,7 +98,7 @@ Inputs should handle UI rendering and use `useField(name)` to get:
* value: the current value of the object
* onChange: function to update the current field
-Also, every input must be ready to receive this properties
+Also, every input must be ready to receive these properties
* name: property of the form object being manipulated
* label: how the name of the property will be shown in the UI