This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fb8f0ccd914 (chores) documentation: fixes some typos and cleanup 
redundant terms
fb8f0ccd914 is described below

commit fb8f0ccd9149b65cef32dd95b2212e4ee57853a1
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Fri Dec 9 20:00:21 2022 +0100

    (chores) documentation: fixes some typos and cleanup redundant terms
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 docs/main/modules/getting-started/pages/index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/main/modules/getting-started/pages/index.adoc 
b/docs/main/modules/getting-started/pages/index.adoc
index 315e494c86f..b5881a29b10 100644
--- a/docs/main/modules/getting-started/pages/index.adoc
+++ b/docs/main/modules/getting-started/pages/index.adoc
@@ -53,13 +53,13 @@ In this section, we explain some of Camel’s fundamental 
concepts and features.
 
 [[BookGettingStarted-Endpoint]]
 === Endpoint
-When we talk about inter-process communication, such as client/server or 
microservices, we often use the term _endpoint_ to refer to a software entity. 
In this context, a characterist of an endpoint is that it is contactable at an 
_address_. The address may itself convey additional characteristics of an 
endpoint. For instance, the address `host:port` conveys both the port and 
network name of a TCP-based communication endpoint.
+When we talk about inter-process communication, such as client/server or 
microservices, we often use the term _endpoint_ to refer to a software entity. 
In this context, a characteristic of an endpoint is that it is contactable at 
an _address_. The address may itself convey additional characteristics of an 
endpoint. For instance, the address `host:port` conveys both the port and 
network name of a TCP-based communication endpoint.
 
 The distinction between the address and the software contactable at that 
address is often not important.
 
 *Note*: in the past, other technologies (such as CORBA) used the terminology 
_endpoint_ in ways that could appear ambiguous. To prevent any confusion, we 
clarify that Camel uses it solely in the way we have described above.
 
-Camel provides out-of-the-box support for endpoints implemented with many 
different communication technologies. Here are some examples of the supported 
endpoint technologies:
+Camel provides out-of-the-box support for endpoints implemented with many 
communication technologies. Here are some examples of the supported endpoint 
technologies:
 
 * A JMS queue.
 * A web service.

Reply via email to