Skip to content

Commit 8e92212

Browse files
committed
Fix Acrolinx issues
1 parent d0c8a3f commit 8e92212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/connectors/apis-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A trigger also passes along any inputs and other required data into your workflo
4141

4242
### Actions
4343

44-
An *action* is an operation that follows the trigger and performs some kind of task in your workflow. You can use multiple actions in your workflow. For example, you might start the workflow with a SQL trigger that detects new customer data in an SQL database. Following the trigger, your workflow can have a SQL action that gets the customer data. Following the SQL action, your workflow can have another action, not necessarily SQL, that processes the data.
44+
An *action* is an operation that follows the trigger and performs some kind of task in your workflow. You can use multiple actions in your workflow. For example, you might start the workflow with a SQL trigger that detects new customer data in an SQL database. Following the trigger, your workflow can have a SQL action that gets the customer data. Following the SQL action, your workflow can have a different action that processes the data.
4545

4646
## Connector categories
4747

@@ -112,7 +112,7 @@ For more information, review the following documentation:
112112

113113
### Recurrence for connection-based triggers
114114

115-
In recurring connection-based triggers, such as Office 365 Outlook, the schedule isn't the only driver that controls execution. The time zone only determines the initial start time. Subsequent runs depend on the recurrence schedule, the last trigger execution, and other factors that might cause run times to drift or produce unexpected behavior, for example:
115+
For recurring connection-based triggers, such as Office 365 Outlook, the schedule isn't the only driver that controls execution. The time zone only determines the initial start time. Subsequent runs depend on the recurrence schedule, the last trigger execution, and other factors that might cause run times to drift or produce unexpected behavior, for example:
116116

117117
* Whether the trigger accesses a server that has more data, which the trigger immediately tries to fetch.
118118
* Any failures or retries that the trigger incurs.

articles/connectors/built-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In Standard logic app workflows, a built-in connector that has the following att
4545

4646
* Runs in the same process as the redesigned Azure Logic Apps runtime.
4747

48-
These service provider-based built-in connectors are available alongside their [managed connector versions](managed.md).
48+
Service provider-based built-in connectors are available alongside their [managed connector versions](managed.md).
4949

5050
In contrast, a built-in connector that's *not a service provider* has the following attributes:
5151

0 commit comments

Comments
 (0)