Skip to content

Commit e5cb79e

Browse files
authored
Apply suggestions from code review
1 parent 8572f61 commit e5cb79e

File tree

1 file changed

+3
-2
lines changed
  • 10/umbraco-cms/reference/notifications

1 file changed

+3
-2
lines changed

10/umbraco-cms/reference/notifications/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,12 @@ Useful for manipulating the model before it is sent to an editor in the backoffi
275275

276276
Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.
277277

278-
##Showing messages in the CMS
278+
## Showing messages in the CMS
279279

280-
You can inform the Umbraco user of the status of your notification by adding messages to the ```notification.Messages``` property.
280+
You can inform the Umbraco user of the status of your notification by adding messages to the `notification.Messages` property.
281281

282282
For example:
283+
283284
```
284285
notification.Messages.Add(new EventMessage("An Error occoured",
285286
"Detail about the error",

0 commit comments

Comments
 (0)