Skip to content

Commit 84e2790

Browse files
committed
Fix typos
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 0e06ccd commit 84e2790

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Number of Examples: 55 (0 deprecated)
108108
| link:observation/README.adoc[Micrometer Observation] (observation) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with Micrometer Observation
109109

110110

111-
| link:opentelemetry/README.adoc[OpenTelemetry] (opentelemetry) | Management and Monitoring | An example showing how to use Camel with OpenTelemetry
111+
| link:opentelemetry/README.adoc[OpenTelemetry] (opentelemetry) | Management and Monitoring | An example showing how to use Camel with OpenTelemetry
112112

113113

114114
| link:supervising-route-controller/readme.adoc[Supervising Route Controller] (supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot
@@ -127,7 +127,7 @@ Number of Examples: 55 (0 deprecated)
127127

128128
| link:rabbitmq/readme.adoc[Rabbitmq] (rabbitmq) | Messaging | An example showing how to work with Camel and RabbitMQ
129129

130-
| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi integration on Openshift/Kubernetes
130+
| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi integration on OpenShift/Kubernetes
131131

132132
| link:widget-gadget/README.adoc[Widget Gadget] (widget-gadget) | Messaging | The widget and gadget example from EIP book, running on Spring Boot
133133

master/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This example shows how to work with a simple Apache Camel application using Spri
1818

1919
=== How to run on OpenShift cluster
2020

21-
1. create openshift project:
21+
1. create an OpenShift project:
2222

2323
oc new-project camel-master
2424

rest-openapi-simple/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example shows how to call a REST service defined using OpenApi
44
specification with the help of Camel Rest OpenApi component.
55

6-
The example is a standalong Spring Boot application that acts as a REST
6+
The example is a standalone Spring Boot application that acts as a REST
77
client, you can run simply by issuing:
88

99
....
@@ -20,7 +20,7 @@ $ java -jar target/camel-example-spring-boot-rest-openapi-simple-*.jar
2020
The example by default uses the PetStore demo hosted on swagger.io and
2121
invokes the `+logoutUser+` operation. You can make it call any API
2222
that you have OpenApi specification for and any operation with simple
23-
arguments, for instance this retrives a pet from the PetStore demo with
23+
arguments, for instance this retrieves a pet from the PetStore demo with
2424
ID `+14+`:
2525

2626
....

0 commit comments

Comments
 (0)