From ae78dcc5c02ada27bf42245939b343b241d866df Mon Sep 17 00:00:00 2001 From: Eric Maro Date: Tue, 28 Nov 2023 21:29:40 +0300 Subject: [PATCH] Update create-subscription.mdx (#775) --- docs/api-reference/subscriptions/create-subscription.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/subscriptions/create-subscription.mdx b/docs/api-reference/subscriptions/create-subscription.mdx index bb83e53a6..87b26aa66 100644 --- a/docs/api-reference/subscriptions/create-subscription.mdx +++ b/docs/api-reference/subscriptions/create-subscription.mdx @@ -8,7 +8,7 @@ A subscription associates one of your customers with one of your billing plans. If you want to give a single customer multiple subscriptions to the same plan (for example, one for each of their environments), you can do that using `subscription_filters`. For more details on how to use them and what they do, see the [subscription filters](../../plan-management/creating-plans#plan-components) documentation. -If any of your usage components has a [prepaid charge](../../plan-management/creating-plans#plan-components) associated with it, you can specify how many untis they prepaid for as part of this call. If you don't specify a value, the component's default value will be used. If there was no default value, the susbcription creation will fail. +If any of your usage components has a [prepaid charge](../../plan-management/creating-plans#plan-components) associated with it, you can specify how many units they prepaid for as part of this call. If you don't specify a value, the component's default value will be used. If there was no default value, the susbcription creation will fail. ```py Python