Skip to content

Commit fb700de

Browse files
authored
Small typo fix. 'purchased' -> 'purchase' (#1008)
1 parent 6ea8d94 commit fb700de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dashboard-and-metrics/customer-lists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ See the table below for all filters you can apply to your lists.
143143
| Latest Offer | String | The identifier of the latest offer that the customer used to make a purchase (if applicable). |
144144
| Latest Offer Type | String | The type of the latest offer that the customer used to make a purchase (if applicable). |
145145
| Latest Ownership Type | String | The ownership type of the customer's latest purchase, used to distinguish family sharing purchases. |
146-
| Latest Purchased Offering | String | The offering that the customer's latest purchased was made from. |
146+
| Latest Purchased Offering | String | The offering that the customer's latest purchase was made from. |
147147
| Latest Product | String | The customer's latest purchased product identifier. |
148148
| Latest Purchase Date | Date | The customer's latest transaction date. |
149149
| Latest Renewal Date | Date | The customer's latest renewal date. This could be the same as the Latest Purchase Date. |
@@ -232,7 +232,7 @@ Below is a description of the .csv format for the exported data.
232232
| most_recent_billing_issues_at | Epoch timestamp in milliseconds when a subscription billing issue was detected by RevenueCat. |
233233
| latest_offer | The identifier of the latest offer that the customer used to make a purchase (if applicable). |
234234
| latest_offer_type | The type of the latest offer that the customer used to make a purchase (if applicable). |
235-
| latest_purchased_offering | The offering that the customer's latest purchased was made from. |
235+
| latest_purchased_offering | The offering that the customer's latest purchase was made from. |
236236
| latest_ownership_type | The ownership type of the customer's latest purchase, used to distinguish family sharing purchases. |
237237
| email | The `$email` [Attribute](/customers/customer-attributes) for the customer, if set. |
238238
| phone_number | The `$phoneNumber` [Attribute](/customers/customer-attributes) for the customer, if set. |

0 commit comments

Comments
 (0)