Skip to content

Commit 8617963

Browse files
authored
Minor changes
1 parent edfee73 commit 8617963

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
@@ -81,7 +81,7 @@ If Event Grid can't confirm that an event has been received by the subscriber's
8181
When you use 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 use cases, it's recommended that you batch several events together per publish to achieve higher efficiency. Batches can be up to 1 MB and the maximum size of an event is 1 MB.
8282

8383
## Inline event type definitions
84-
Event Grid allow to add to the channels the types of events that will be published, with inline event type definitions subscribers will be able to easily filter by event type when creating an event subscription.
84+
Event Grid lets you define the types of events that will be published to a channel. With inline event type definitions, subscribers will be able to easily filter by event type when creating an event subscription.
8585

8686
## Next steps
8787

0 commit comments

Comments
 (0)