Skip to content

Commit 7a314f2

Browse files
committed
Update quick-start-org-service-console-app.md
1 parent 3948d16 commit 7a314f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/common-data-service/org-service/quick-start-org-service-console-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You will use the <xref:Microsoft.Xrm.Sdk.IOrganizationService>.<xref:Microsoft.X
6666
using Microsoft.Xrm.Tooling.Connector;
6767
```
6868

69-
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string paramters](/dynamics365/customer-engagement/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters).
69+
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string paramters](/dynamics365/customerengagement/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters).
7070

7171
```csharp
7272
static void Main(string[] args)

0 commit comments

Comments
 (0)