Skip to content

Commit f0531d4

Browse files
authored
Merge pull request #6387 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 8e80931 + 5bfc55f commit f0531d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/xrm-tooling/sample-tpl-crmserviceclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ namespace PowerApps.Samples
8282
System.Threading.ThreadPool.SetMinThreads(100, 100);
8383
//Turn off the Expect 100 to continue message - 'true' will cause the caller to wait until it round-trip confirms a connection to the server
8484
System.Net.ServicePointManager.Expect100Continue = false;
85-
//Can decreas overall transmission overhead but can cause delay in data packet arrival
85+
//Can decrease overall transmission overhead but can cause delay in data packet arrival
8686
System.Net.ServicePointManager.UseNagleAlgorithm = false;
8787

8888
#endregion Optimize Connection settings

0 commit comments

Comments
 (0)