From 90e3cf18ae3580c0023e5b81349b96c8ffa4989f Mon Sep 17 00:00:00 2001 From: David Boike Date: Thu, 18 Jul 2019 08:26:01 -0500 Subject: [PATCH] typo, missing "not" --- servicepulse/intro-editing-messages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servicepulse/intro-editing-messages.md b/servicepulse/intro-editing-messages.md index ae1837c6982..16a6192babf 100644 --- a/servicepulse/intro-editing-messages.md +++ b/servicepulse/intro-editing-messages.md @@ -15,11 +15,11 @@ The message edit and retry feature is not enabled by default. To enable it, cont Headers on all failed messages can be edited using this feature. There are three categories of headers, each with different editing restrictions. -* **Locked headers:** Headers that are critical to the operation of NServiceBus cannot be edited. These headers will have a lock image next to otheir name. +* **Locked headers:** Headers that are critical to the operation of NServiceBus cannot be edited. These headers will have a lock image next to their name. * **Sensitive headers:** Headers that, when their values change, may result in unexpected or unwanted behavior are categorized as "Sensitive". When editing these headers the user will be warned of their sensitive nature. -* **Custom headers:** Any headers that have been been categorized as Locked or Sensitive will be fully editable. This will include headers created as part of a system customization. It is also possible to delete (and retrieve) these headers during the editing process. Once a message has been edited and retried, any deleted headers will be lost forever. +* **Custom headers:** Any headers that have not been been categorized as Locked or Sensitive will be fully editable. This will include headers created as part of a system customization. It is also possible to delete (and retrieve) these headers during the editing process. Once a message has been edited and retried, any deleted headers will be lost forever. ## Editing the message body @@ -36,4 +36,4 @@ As soon as a message has been dispatched for retrying the originally failing mes A failed message must not have been resolved by a user, successfully retried, or [expired as part of the automated processes](/servicecontrol/how-purge-expired-data.md) for edit and retry to function. -The bodies of messages with encrypted properties cannot be edited. \ No newline at end of file +The bodies of messages with encrypted properties cannot be edited.