Skip to content

Commit f7857f2

Browse files
authored
Update conventions.md
1 parent 936741e commit f7857f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nservicebus/messaging/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ related:
88
- nservicebus/messaging/unobtrusive-mode
99
---
1010

11-
*Conventions* can be used to identify which types are messages, commands, and events, instead of using [marker interfaces](/nservicebus/messaging/messages-events-commands#identifying-messages-marker-interfaces). This can be done to avoid references to the NServiceBus assembly, referred to as *[unobtrusive mode](unobtrusive-mode.md)*. This is ideal for use in cross-platform environments.
11+
*Conventions* can be used to identify which types are messages, commands, and events, instead of using [marker interfaces](/nservicebus/messaging/messages-events-commands.md#identifying-messages-marker-interfaces). This can be done to avoid references to the NServiceBus assembly, referred to as *[unobtrusive mode](unobtrusive-mode.md)*. This is ideal for use in cross-platform environments.
1212

1313
Currently *conventions* exist to identify:
1414

0 commit comments

Comments
 (0)