Skip to content

Commit 9005325

Browse files
committed
Fix typo
HTTPs -> HTTPS
1 parent 925fe3b commit 9005325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/create-custom-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Use [Azure Logic Apps](../logic-apps/index.yml) to create a serverless, custom c
9292
|---------|---------|
9393
|**A recurring task** | For example, schedule your Logic App to retrieve data regularly from specific files, databases, or external APIs. <br>For more information, see [Create, schedule, and run recurring tasks and workflows in Azure Logic Apps](../connectors/connectors-native-recurrence.md). |
9494
|**On-demand triggering** | Run your Logic App on-demand for manual data collection and testing. <br>For more information, see [Call, trigger, or nest logic apps using HTTPS endpoints](../logic-apps/logic-apps-http-endpoint.md). |
95-
|**HTTP/S endpoint** | Recommended for streaming, and if the source system can start the data transfer. <br>For more information, see [Call service endpoints over HTTP or HTTPs](../connectors/connectors-native-http.md). |
95+
|**HTTP/S endpoint** | Recommended for streaming, and if the source system can start the data transfer. <br>For more information, see [Call service endpoints over HTTP or HTTPS](../connectors/connectors-native-http.md). |
9696

9797

9898
1. **Use any of the Logic App connectors that read information to get your events**. For example:

0 commit comments

Comments
 (0)