Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Nov 28, 2023
1 parent f2f511c commit d9e275d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/feeds/good-pretzel-max.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"items": [
{
"id": "a2",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jepg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpeg alt=''>",
"date_published": "2022-11-14T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jepg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpeg",
"alt": "A pretzel.",
"date_expired": "2222-12-31T00:00:00+08:00",
"duration_in_seconds": 5,
Expand All @@ -25,11 +25,11 @@
},
{
"id": "a1",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jepg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jpeg alt=''>",
"date_published": "2022-11-07T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jepg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpeg",
"alt": "A pretzel.",
"date_expired": "2222-12-31T00:00:00+08:00",
"duration_in_seconds": 1,
Expand All @@ -39,11 +39,11 @@
},
{
"id": "a3",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-3.jepg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-3.jpeg alt=''>",
"date_published": "2022-11-27T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-3.jepg",
"url": "https://openstories.fyi/feeds/images/pretzel-3.jpeg",
"alt": "EXPIRED.",
"date_expired": "2000-11-07T00:00:00+08:00",
"duration_in_seconds": 5,
Expand Down

0 comments on commit d9e275d

Please sign in to comment.