Skip to content

Commit e658071

Browse files
committed
Fix typo: architechture -> architecture
1 parent 4d64fcd commit e658071

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)