Skip to content

Commit 26d0aa3

Browse files
authored
Update glossary.md
1 parent 7ef36b2 commit 26d0aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nservicebus/concepts/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An endpoint is a logical entity that communicates with other endpoints via messa
3131
Each endpoint has an identifying name and contains a collection of message handlers and sagas.
3232
An endpoint can be deployed to a number of machines and environments. Each deployment of an endpoint is an instance.
3333

34-
### [Instance](/nservicebus/endpoints/) or endpoint instance
34+
### [Endpoint Instance](/nservicebus/endpoints/) or instance
3535

3636
An endpoint instance is a run-time object that allows interaction with the bus. Endpoint instances can send, receive, and publish messages.
3737
They execute associated message handlers and sagas to process incoming messages. An endpoint instance can have a single input queue.

0 commit comments

Comments
 (0)