Skip to content

Commit 6e3131e

Browse files
committed
update some comments
1 parent 25dff3a commit 6e3131e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/IndiePitcherSwift/IndiePitcherSwift.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public struct IndiePitcher {
101101
}
102102

103103
/// Send a personalized email to one more (up to 100 using 1 API call) contacts subscribed to a proviced mailing list. This is the recommended way to send an email to members of a team of your product.
104-
/// All provided emails must belong to your mailing list and must be members of provided mailing list. All contacts are automatically subscribed to `important` default mailing list. You can use peronalization tags such as `Hi {{firstName|default:"there"}}` to peronalize individual sent emails, and scheduled it to be sent with a delay.
104+
/// All provided emails must belong to your mailing list and must be members of provided mailing list. All contacts are automatically subscribed to `important` default mailing list. You can use peronalization tags such as `Hi {{firstName}}` to peronalize individual sent emails, and scheduled it to be sent with a delay.
105105
/// - Parameter data: Input params.
106106
/// - Returns: A genereic response with no return data.
107107
@discardableResult public func sendEmailToContact(data: SendEmailToContact) async throws -> EmptyResposne {
@@ -113,7 +113,7 @@ public struct IndiePitcher {
113113
}
114114

115115
/// Send a personalized email to all contacts subscribed to a provided mailing list. This is the recommendat way to send a newsletter, by creating a list called something like `Newsletter`.
116-
/// All contacts are automatically subscribed to `important` default mailing list. You can use peronalization tags such as `Hi {{firstName|default:"there"}}` to peronalize individual sent emails, and scheduled it to be sent with a delay.
116+
/// All contacts are automatically subscribed to `important` default mailing list. You can use peronalization tags such as `Hi {{firstName}}` to peronalize individual sent emails, and scheduled it to be sent with a delay.
117117
/// - Parameter data: Input params.
118118
/// - Returns: A genereic response with no return data.
119119
@discardableResult public func sendEmailToMailingList(data: SendEmailToMailingList) async throws -> EmptyResposne {

0 commit comments

Comments
 (0)