diff --git a/docs/getting-started/installation/ios.mdx b/docs/getting-started/installation/ios.mdx
index 997efbd31..41b7e3095 100644
--- a/docs/getting-started/installation/ios.mdx
+++ b/docs/getting-started/installation/ios.mdx
@@ -30,7 +30,7 @@ RevenueCat for iOS can be installed either via [CocoaPods](/getting-started/inst
Already have 4.x installed? View our [migration guide to 5.x →](/sdk-guides/ios-native-4x-to-5x-migration)
:::
-
+
### Install via Swift Package Manager
diff --git a/docs/integrations/webhooks/event-types-and-fields.mdx b/docs/integrations/webhooks/event-types-and-fields.mdx
index 2d12a680c..bcba0a586 100644
--- a/docs/integrations/webhooks/event-types-and-fields.mdx
+++ b/docs/integrations/webhooks/event-types-and-fields.mdx
@@ -69,8 +69,8 @@ If we have to retry a webhook for any reason, the retry will have the same `id`
| `store` | String | Store the subscription belongs to. | `AMAZON`, `APP_STORE`, `MAC_APP_STORE`, `PLAY_STORE`, `PROMOTIONAL`, `STRIPE`. |
| `environment` | String | Store environment. | `SANDBOX`, `PRODUCTION`. |
| `is_trial_conversion` | Boolean | Only available for `RENEWAL` events. Whether the previous transaction was a free trial or not. | `true` or `false`. |
-| `cancel_reason` | String | Only available for `CANCELLATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
-| `expiration_reason` | String | Only available for `EXPIRATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
+| `cancel_reason` | String | Only available for `CANCELLATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks/event-types-and-fields#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
+| `expiration_reason` | String | Only available for `EXPIRATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks/event-types-and-fields#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
| `new_product_id` | String | Product identifier of the new product the subscriber has switched to. Only available for App Store subscriptions and `PRODUCT_CHANGE` events. | |
| `presented_offering_id` | String | Not available for apps using legacy entitlements. The identifier for the offering that was presented to the user during their initial purchase. Can be `NULL` if the purchase was made using `purchaseProduct` instead of `purchasePackage` or if the purchase was made outside of your app or before you integrated RevenueCat. | |
| `price` | Double | The USD price of the transaction. Can be `NULL` if the price is unknown, and `0` for free trials. Can be negative for refunds. | |