Skip to content

Commit 69c7b20

Browse files
committed
Acrolynx update
1 parent 52fa7a0 commit 69c7b20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/event-grid/publish-deliver-events-with-namespace-topics-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ An Event Grid namespace provides a user-defined endpoint to which you post your
6969
- It should be between 3-50 characters.
7070
- It should be regionally unique.
7171
- Only allowed characters are a-z, A-Z, 0-9 and -
72-
- It shouldn't start with reserved key word prefixes like `Microsoft`, `System` or `EventGrid`.
72+
- It shouldn't start with reserved key word prefixes like `Microsoft`, `System`, or `EventGrid`.
7373
7474
1. Declare a variable to hold the name for your Event Grid namespace. Specify a name for the namespace by replacing `<your-namespace-name>` with a value you like.
7575

articles/event-grid/publish-deliver-events-with-namespace-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ An Event Grid namespace provides a user-defined endpoint to which you post your
6868
- It should be between 3-50 characters.
6969
- It should be regionally unique.
7070
- Only allowed characters are a-z, A-Z, 0-9 and -
71-
- It shouldn't start with reserved key word prefixes like `Microsoft`, `System` or `EventGrid`.
71+
- It shouldn't start with reserved key word prefixes like `Microsoft`, `System`, or `EventGrid`.
7272
7373
1. Declare a variable to hold the name for your Event Grid namespace. Specify a name for the namespace by replacing `<your-namespace-name>` with a value you like.
7474

0 commit comments

Comments
 (0)