@@ -374,8 +374,9 @@ and pass the following arguments:
374374- ``size``: Specifies the maximum size of the array. This field is
375375 optional.
376376
377- - ``options``: Specifies {+framework+} field options. To view a list of
378- available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
377+ - ``options``: Specifies {+framework+} field options. This field is
378+ optional. To view a list of available options, see `Field options
379+ <{+django-docs+}/ref/models/fields/#field-options>`__
379380 in the {+framework+} documentation.
380381
381382.. tip::
@@ -417,7 +418,7 @@ the ``EmbeddedModelField()`` class constructor and pass the following arguments:
417418
418419- ``embedded_model``: Specifies the model class to store.
419420
420- - ``options``: Specifies {+framework+} field options. To view a list of
421+ - ``options``: Specifies {+framework+} field options. This field is optional. To view a list of
421422 available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
422423 in the {+framework+} documentation.
423424
@@ -452,7 +453,7 @@ Additional Information
452453----------------------
453454
454455To learn how to use your models to run database operations,
455- see the :ref:`interact-data` guides.
456+ see the :ref:`django- interact-data` guides.
456457
457458To learn more about {+framework+} field types, see `Model index reference
458459<{+django-docs+}/ref/models/fields/>`__ in the {+framework+}
0 commit comments