Skip to content

Commit 2a0839c

Browse files
authored
Merge pull request #127155 from changeworld/patch-2
Fix typo: architechture -> architecture
2 parents 4fef4fa + e658071 commit 2a0839c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-best-practice-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ As with activity functions, external events have an _at-least-once_ delivery gua
8080
8181
### Invest in stress testing
8282

83-
As with anything performance related, the ideal concurrency settings and architechture of your app ultimately depends on your application's workload. Therefore, it's recommended that users to invest in a performance testing harness that simulates their expected workload and to use it to run performance and reliability experiments for their app.
83+
As with anything performance related, the ideal concurrency settings and architecture of your app ultimately depends on your application's workload. Therefore, it's recommended that users to invest in a performance testing harness that simulates their expected workload and to use it to run performance and reliability experiments for their app.
8484

8585
### Avoid sensitive data in inputs, outputs, and exceptions
8686

0 commit comments

Comments
 (0)