From 3a0cf98d2f0191b6a986b30e62df51457367e4cf Mon Sep 17 00:00:00 2001 From: George Ma <164313692+availhang@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:02:25 +0800 Subject: [PATCH] chore: remove repetitive word (#1790) Signed-off-by: availhang --- docs/docs/content/apis/subscribers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/content/apis/subscribers.md b/docs/docs/content/apis/subscribers.md index b6eca7195..c8972e562 100644 --- a/docs/docs/content/apis/subscribers.md +++ b/docs/docs/content/apis/subscribers.md @@ -195,7 +195,7 @@ Create a new subscriber. | email | string | Yes | Subscriber's email address. | | name | string | Yes | Subscriber's name. | | status | string | Yes | Subscriber's status: `enabled`, `disabled`, `blocklisted`. | -| lists | number\[\] | | List of list IDs to to subscribe to. | +| lists | number\[\] | | List of list IDs to subscribe to. | | attribs | JSON | | Attributes of the new subscriber. | | preconfirm_subscriptions | bool | | If true, subscriptions are marked as confirmed and no-optin emails are sent for double opt-in lists. |