Skip to content

Commit 053d716

Browse files
committed
Edits per feedback
1 parent 73a3404 commit 053d716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/logic-apps/create-custom-built-in-connector-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This interface includes the following methods that provide the operation manifes
7575

7676
* [**GetService()**](#getservice)
7777

78-
The designer in Azure Logic Apps requires the [**GetService()**](#getservice) method to retrieve the high-level description for your custom service, including the service description, connection input parameters required on the designer, capabilities, brand color, icon URL, and so on.
78+
The designer in Azure Logic Apps requires the [**GetService()**](#getservice) method to retrieve the high-level metadata for your custom service, including the service description, connection input parameters required on the designer, capabilities, brand color, icon URL, and so on.
7979

8080
* [**GetOperations()**](#getoperations)
8181

articles/logic-apps/custom-connector-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following sections provide more information about the methods that your conn
123123

124124
#### GetService()
125125

126-
The designer requires this method to get the high-level description for your service, including the service description, connection input parameters, capabilities, brand color, icon URL, and so on.
126+
The designer requires this method to get the high-level metadata for your service, including the service description, connection input parameters, capabilities, brand color, icon URL, and so on.
127127

128128
```csharp
129129
public ServiceOperationApi GetService()

0 commit comments

Comments
 (0)