Skip to content

Commit

Permalink
Rewording a couple of comments about close buttons and their position…
Browse files Browse the repository at this point in the history
…s. (#417)
  • Loading branch information
bradumbaugh committed Jul 9, 2024
1 parent 2a65178 commit 5572d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,8 @@ with Embedded Messaging in Iterable's Web SDK.

| Type | Description |
| --------------------------------------------------------------------------------- | ----------- |
| [`CloseButton`](#closebutton) | Specifies how the SDK should display a close button in a fetched in-app message. Passed as part of [`InAppMessagesRequestParams`](#inappmessagesrequestparams). |
| [`CloseButtonPosition`](#closebuttonposition) | Specifies the position of a close button on an in-app message. |
| [`CloseButton`](#closebutton) | Specifies how the SDK should display a close button on the associated in-app message. Passed as part of [`InAppMessagesRequestParams`](#inappmessagesrequestparams). |
| [`CloseButtonPosition`](#closebuttonposition) | Specifies the position of the close button on the associated in-app message. |
| [`CommerceItem`](#commerceitem) | An item being purchased or added to a shopping cart. Include when calling [`trackPurchase`](#trackpurchase) or [`updateCart`](#updatecart). |
| [`CommerceUser`](#commerceuser) | Information about the user associated with a purchase or cart update. Include when calling [`trackPurchase`](#trackpurchase) or [`updateCart`](#updatecart). |
| [`DisplayOptions`](#displayoptions) | Display options to pass to [`getInAppMessages`](#getinappmessages) to indicate whether messages should be displayed immediately or later. |
Expand Down Expand Up @@ -1090,7 +1090,7 @@ with Embedded Messaging in Iterable's Web SDK.

## `CloseButton`

Specifies how the SDK should display a close button a fetched in-app message.
Specifies how the SDK should display a close button on the associated in-app message.
Passed as part of [`InAppMessagesRequestParams`](#inappmessagesrequestparams).

```ts
Expand All @@ -1113,7 +1113,7 @@ See also:
## `CloseButtonPosition`
Specifies the position of a close button on an in-app message.
Specifies the position of the close button on the associated in-app message.
```ts
declare enum CloseButtonPosition {
Expand Down

0 comments on commit 5572d30

Please sign in to comment.