Skip to content

Commit

Permalink
typo, missing "not"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Jul 18, 2019
1 parent 5acd8f5 commit 90e3cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions servicepulse/intro-editing-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
The bodies of messages with encrypted properties cannot be edited.

0 comments on commit 90e3cf1

Please sign in to comment.