Skip to content

Commit 7109aba

Browse files
committed
Fix typos
1 parent 9340105 commit 7109aba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/specs/subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ When the server receives a payload containing `"unsubscribe"` actions, it must f
203203
"guid": "677ea490-690e-51cb-8b43-755df6c55270",
204204
"feed_url": "https://example.com/feed1",
205205
"subscribed_at": "2026-07-11T15:30:00.1Z",
206-
"unsubscrbed_at": "2026-07-12T12:10:00.1Z"
206+
"unsubscribed_at": "2026-07-12T12:10:00.1Z"
207207
}
208208
}
209209
]
@@ -276,7 +276,7 @@ When the server receives a payload containing `update` actions, it must follow t
276276
"guid": "21dad7d6-94d7-48bc-8052-aa3384624f7",
277277
"feed_url": "https://example.com/feed3",
278278
"subscribed_at": "2026-07-11T15:30:00.1Z",
279-
"unsubscrbed_at": "2026-07-12T12:10:00.1Z"
279+
"unsubscribed_at": "2026-07-12T12:10:00.1Z"
280280
}
281281
}
282282
]

0 commit comments

Comments
 (0)