Skip to content

Commit bce85b6

Browse files
authored
Spelling error
In Batching subheading, changed: "Each event should still not excede 64 KB." to: "Each event should still not exceed 64 KB."
1 parent 5611310 commit bce85b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If Event Grid can't confirm that an event has been received by the subscriber's
7070

7171
## Batching
7272

73-
When using a custom topic, events must always be published in an array. This can be a batch of one for low-throughput scenarios, however, for high volume usecases, it is recommended that you batch multiple events together per publish to achieve higher efficiency. Batches can be up to 1 MB. Each event should still not excede 64 KB.
73+
When using a custom topic, events must always be published in an array. This can be a batch of one for low-throughput scenarios, however, for high volume usecases, it is recommended that you batch multiple events together per publish to achieve higher efficiency. Batches can be up to 1 MB. Each event should still not exceed 64 KB.
7474

7575
## Next steps
7676

0 commit comments

Comments
 (0)