Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
robb authored Nov 24, 2022
1 parent 4fc3c41 commit 75000eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ Common fields between Image Stories and Video Stories:
- `duration_in_seconds` (optional, _Number_): How long the story should be displayed for. Clients are free to adjust this number.
- `mime_type` (required, _String_ beginning with `image/${string}`): the MIME type of the image.
- `alt` (required, _String_): The alt text of the image.
- `caption` (optioal, _String_): The caption of the image.
- `caption` (optional, _String_): The caption of the image.

Fields unique to Image Story:

- `mime_type` (required, _String_ beginning with `image/${string}`): the MIME type of the image.
- `alt` (required, _String_): The alt text of the image.
- `caption` (optioal, _String_): The caption of the image.
- `caption` (optional, _String_): The caption of the image.

### Video Story

Expand All @@ -110,7 +110,7 @@ Common fields between Image Stories and Video Stories:
- `duration_in_seconds` (optional, _Number_): How long the story should be displayed for. Clients are free to adjust this number.
- `mime_type` (required, _String_ beginning with `video/${string}`): the MIME type of the video.
- `alt` (required, _String_): The alt text of the video.
- `caption` (optioal, _String_): The caption of the video.
- `caption` (optional, _String_): The caption of the video.

Fields unique to Video Story:

Expand Down

0 comments on commit 75000eb

Please # to comment.