Skip to content

Commit 8cd188b

Browse files
authored
Added ending double-quote
1 parent e0d54ab commit 8cd188b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/common-data-service/webapi/enhanced-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Edit the `<configuration>` element to add a the `connectionStrings` node as show
6868
<connectionStrings>
6969
<!--Online using Office 365-->
7070
<add name="Connect"
71-
connectionString="Url=https://yourorg.api.crm.dynamics.com;[email protected];Password=y0urp455w0rd; />
71+
connectionString="Url=https://yourorg.api.crm.dynamics.com;[email protected];Password=mypassword;" />
7272
</connectionStrings>
7373
</configuration>
7474
```

0 commit comments

Comments
 (0)