Skip to content

Commit 6899af0

Browse files
Merge pull request #126900 from changeworld/patch-2
Fix typo: patters -> patterns
2 parents 180fdfb + 92fd3a4 commit 6899af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-federation-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ discussed above will help you to skip events that were already handled and resum
146146

147147
The merge pattern has one or more replication tasks pointing to one target, possibly concurrently with regular producers also sending events to the same target.
148148

149-
Variations of these patters are:
149+
Variations of these patterns are:
150150

151151
- Two or more replication functions concurrently acquiring events from separate sources and sending them to the same target.
152152
- One more replication function acquiring events from a source while the target is also used directly by producers.

0 commit comments

Comments
 (0)