Skip to content

Commit c383f79

Browse files
committed
typo
1 parent a6db053 commit c383f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manifest/reading/ingredients-reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `ingredients` array contains an [ingredient object](manifest/json-ref/manife
2222

2323
Other important properties of the ingredient object include:
2424
- `format`: MIME type of the source file (optional).
25-
- `document_id` (optoinal) and `instance_id` (required) which are derived from the ingredient asset's XMP metadata.
25+
- `document_id` (optional) and `instance_id` (required) which are derived from the ingredient asset's XMP metadata.
2626
- `thumbnail`: Object with properties that identify the thumbnail image.
2727
- `active_manifest`: For an ingredient with a manifest store, the label of the active manifest.
2828
- `relationship`: One of `parentOf`, `componentOf`, or `inputTo`. See [Relationship](#relationship) below.

docs/manifest/writing/ingredients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `ingredients` array contains an [ingredient object](manifest/json-ref/manife
2121

2222
Other important properties of the ingredient object include:
2323
- `format`: MIME type of the source file (optional).
24-
- `document_id` (optoinal) and `instance_id` (required) which are derived from the ingredient asset's XMP metadata.
24+
- `document_id` (optional) and `instance_id` (required) which are derived from the ingredient asset's XMP metadata.
2525
- `thumbnail`: Object with properties that identify the thumbnail image.
2626
- `active_manifest`: For an ingredient with a manifest store, the label of the active manifest.
2727
- `relationship`: One of `parentOf`, `componentOf`, or `inputTo`. See [Relationship](#relationship) below.

0 commit comments

Comments
 (0)