Skip to content

Commit 747d97e

Browse files
Apply suggestions from code review
Co-authored-by: Casie Oxford <[email protected]>
1 parent d816550 commit 747d97e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/connections/delivery-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ With Delivery Overview, you can verify that your source receives your events, th
8989
## How can I configure alerts?
9090
During the Delivery Overview beta, you can use the Event Delivery alerting features (Delivery Alerts) by selecting the **Alerts** tab in the destination header.
9191

92-
Once you enable alerts, if the successful delivery rate of all events is less than the threshold percentage in the last 24 hours, you'll be notified through in-app notification and/or workspace email.
92+
After you enable alerts, if the successful delivery rate of all events is less than the threshold percentage in the last 24 hours, you'll be notified through in-app notification and/or workspace email.
9393

94-
Please note that this is dependent on your [notification settings](/docs/segment-app/#segment-settings). For example, if the threshold is set to 99%, then you'll be notified each time less than 100% of events fail.
94+
Note that this is dependent on your [notification settings](/docs/segment-app/#segment-settings). For example, if the threshold is set to 99%, then you'll be notified each time less than 100% of events fail.
9595

9696

9797
## Why is the Delivery Overview page only available for cloud-mode destinations?

src/connections/sources/catalog/libraries/server/http-api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The Alias call has the following fields:
320320
{% include content/spec-field-user-id.md %}
321321
</table>
322322

323-
For more details on the Alias call and payload, check out the [Segment Spec](/docs/connections/spec/alias/).
323+
For more details on the Alias call and payload, see the [Segment Spec](/docs/connections/spec/alias/).
324324

325325
## Historical import
326326

@@ -476,6 +476,6 @@ When sending a HTTP call from a user's device, you can collect the IP address by
476476

477477
1. Double check that you've set up the library correctly.
478478

479-
2. Make sure that you're calling a Segment API method once the library is successfully installed—[Identify](#identify), [Track](#track), and so on.
479+
2. Make sure that you're calling a Segment API method after the library is successfully installed—[Identify](#identify), [Track](#track), and so on.
480480

481481
{% include content/troubleshooting-server-integration.md %}

0 commit comments

Comments
 (0)