From f9d4e26b72e867649535f85f13c043237ac4e8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 25 Aug 2023 13:22:19 +0200 Subject: [PATCH] fix: typo --- src/content/docs/specs/subscriptions/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/specs/subscriptions/index.mdx b/src/content/docs/specs/subscriptions/index.mdx index 139a28a..317239e 100644 --- a/src/content/docs/specs/subscriptions/index.mdx +++ b/src/content/docs/specs/subscriptions/index.mdx @@ -20,7 +20,7 @@ Subscriptions represent the feeds a user has subscribed to. A subscription objec | Field | Type | Nullable? | Description | | ---------------------- | -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `feed_url` | String | No | The URL of the podcast RSS feed | -| `guid` | String\ | No | The globally uniqud ID of the podcast | +| `guid` | String\ | No | The globally unique ID of the podcast | | `is_subscribed` | Boolean | No | Whether the user is subscribed to the podcast | | `subscription_changed` | Datetime | No | The date on which the `is_subscribed` field was last updated. Presented in [ISO 8601 format] | | `guid_changed` | Datetime | No | The date on which the podcast's `guid` or `new_guid` was last updated. Presented in [ISO 8601 format] |