We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f38483 commit 2938e6cCopy full SHA for 2938e6c
reference/constraints/Collection.rst
@@ -173,7 +173,7 @@ Constraints for fields within a collection can be wrapped in the ``Required`` or
173
``Optional`` constraint to control whether they should always be applied (``Required``)
174
or only applied when the field is present (``Optional``).
175
176
-For example, if you want to require that the ``personal_email`` field of the
+For instance, if you want to require that the ``personal_email`` field of the
177
``profileData`` array is not blank and is a valid email but the ``alternate_email``
178
field is optional but must be a valid email if supplied, you can do the following:
179
0 commit comments