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

commit 29f53f3b6316639db62624cf7211d0374dd76906
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 15:08:48 2024 +0100

    CAMEL-20410: documentation fixes for camel-openstack
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 .../src/main/docs/openstack-cinder-component.adoc      |  8 ++++----
 .../src/main/docs/openstack-glance-component.adoc      |  4 ++--
 .../src/main/docs/openstack-keystone-component.adoc    | 18 +++++++++---------
 .../src/main/docs/openstack-neutron-component.adoc     | 12 ++++++------
 .../src/main/docs/openstack-nova-component.adoc        |  8 ++++----
 .../src/main/docs/openstack-swift-component.adoc       |  8 ++++----
 6 files changed, 29 insertions(+), 29 deletions(-)

diff --git 
a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
index 01d2e1adbc6..c186c0b255b 100644
--- a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
@@ -60,7 +60,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Usage
 
-You can use following settings for each subsystem:
+You can use the following settings for each subsystem:
 
 == volumes
 
@@ -82,7 +82,7 @@ You can use following settings for each subsystem:
 |`delete` | Delete the volume.
 |=========================================================================
 
-If you need more precise volume settings you can create new object of the type 
*org.openstack4j.model.storage.block.Volume* and send in the message body.
+If you need more precise volume settings, you can create a new object of the 
type *org.openstack4j.model.storage.block.Volume* and send in the message body.
 
 == snapshots
 
@@ -91,7 +91,7 @@ If you need more precise volume settings you can create new 
object of the type *
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new snapshot.
+|`create` | Create a new snapshot.
 
 |`get` | Get the snapshot.
 
@@ -103,7 +103,7 @@ If you need more precise volume settings you can create new 
object of the type *
 
 |=========================================================================
 
-If you need more precise server settings you can create new object of the type 
*org.openstack4j.model.storage.block.VolumeSnapshot* and send in the message 
body.
+If you need more precise server settings, you can create a new object of the 
type *org.openstack4j.model.storage.block.VolumeSnapshot* and send in the 
message body.
 
 
 
diff --git 
a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
index 922b9811945..d0ee157c747 100644
--- a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
@@ -66,7 +66,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 |`reserve` | Reserve image.
 
-|`create` | Create new image.
+|`create` | Create a new image.
 
 |`update` | Update image.
 
@@ -74,7 +74,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 |`get` | Get the image.
 
-|`getAll` | Get all image.
+|`getAll` | Get all images.
 
 |`delete` | Delete the image.
 |=========================================================================
diff --git 
a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
index 3df806e64a2..00f1e2068fb 100644
--- a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
@@ -63,7 +63,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Usage
 
-You can use following settings for each subsystem:
+You can use the following settings for each subsystem:
 
 == domains
 
@@ -72,7 +72,7 @@ You can use following settings for each subsystem:
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new domain.
+|`create` | Create a new domain.
 
 |`get` | Get the domain.
 
@@ -83,7 +83,7 @@ You can use following settings for each subsystem:
 |`delete` | Delete the domain.
 |=========================================================================
 
-If you need more precise domain settings you can create new object of the type 
*org.openstack4j.model.identity.v3.Domain* and send in the message body.
+If you need more precise domain settings, you can create a new object of the 
type *org.openstack4j.model.identity.v3.Domain* and send in the message body.
 
 == groups
 
@@ -92,7 +92,7 @@ If you need more precise domain settings you can create new 
object of the type *
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new group.
+|`create` | Create a new group.
 
 |`get` | Get the group.
 
@@ -109,7 +109,7 @@ If you need more precise domain settings you can create new 
object of the type *
 |`removeUserFromGroup` | Remove the user from the group.
 |=========================================================================
 
-If you need more precise group settings you can create new object of the type 
*org.openstack4j.model.identity.v3.Group* and send in the message body.
+If you need more precise group settings, you can create a new object of the 
type *org.openstack4j.model.identity.v3.Group* and send in the message body.
 
 == projects
 
@@ -118,7 +118,7 @@ If you need more precise group settings you can create new 
object of the type *o
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new project.
+|`create` | Create a new project.
 
 |`get` | Get the project.
 
@@ -129,7 +129,7 @@ If you need more precise group settings you can create new 
object of the type *o
 |`delete` | Delete the project.
 |=========================================================================
 
-If you need more precise project settings you can create new object of the 
type *org.openstack4j.model.identity.v3.Project* and send in the message body.
+If you need more precise project settings, you can create a new object of the 
type *org.openstack4j.model.identity.v3.Project* and send in the message body.
 
 == regions
 
@@ -149,7 +149,7 @@ If you need more precise project settings you can create 
new object of the type
 |`delete` | Delete the region.
 |=========================================================================
 
-If you need more precise region settings you can create new object of the type 
*org.openstack4j.model.identity.v3.Region* and send in the message body.
+If you need more precise region settings, you can create a new object of the 
type *org.openstack4j.model.identity.v3.Region* and send in the message body.
 
 == users
 
@@ -169,7 +169,7 @@ If you need more precise region settings you can create new 
object of the type *
 |`delete` | Delete the user.
 |=========================================================================
 
-If you need more precise user settings you can create new object of the type 
*org.openstack4j.model.identity.v3.User* and send in the message body.
+If you need more precise user settings, you can create a new object of the 
type *org.openstack4j.model.identity.v3.User* and send in the message body.
 
 
 
diff --git 
a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
index cd61375e6c4..95cb74801ec 100644
--- a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
@@ -60,7 +60,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Usage
 
-You can use following settings for each subsystem:
+You can use the following settings for each subsystem:
 
 == networks
 
@@ -69,7 +69,7 @@ You can use following settings for each subsystem:
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new network.
+|`create` | Create a new network.
 
 |`get` | Get the network.
 
@@ -78,7 +78,7 @@ You can use following settings for each subsystem:
 |`delete` | Delete the network.
 |=========================================================================
 
-If you need more precise network settings you can create new object of the 
type *org.openstack4j.model.network.Network* and send in the message body.
+If you need more precise network settings, you can create a new object of the 
type *org.openstack4j.model.network.Network* and send in the message body.
 
 == subnets
 
@@ -98,7 +98,7 @@ If you need more precise network settings you can create new 
object of the type
 |`action` | Perform an action on the subnet.
 |=========================================================================
 
-If you need more precise subnet settings you can create new object of the type 
*org.openstack4j.model.network.Subnet* and send in the message body.
+If you need more precise subnet settings, you can create a new object of the 
type *org.openstack4j.model.network.Subnet* and send in the message body.
 
 == ports
 
@@ -107,7 +107,7 @@ If you need more precise subnet settings you can create new 
object of the type *
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new port.
+|`create` | Create a new port.
 
 |`get` | Get the port.
 
@@ -126,7 +126,7 @@ If you need more precise subnet settings you can create new 
object of the type *
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new router.
+|`create` | Create a new router.
 
 |`get` | Get the router.
 
diff --git 
a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
index 5570f621030..17a61d5d66e 100644
--- a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
@@ -60,7 +60,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Usage
 
-You can use following settings for each subsystem:
+You can use the following settings for each subsystem:
 
 == flavors
 
@@ -78,7 +78,7 @@ You can use following settings for each subsystem:
 |`delete` | Delete the flavor.
 |=========================================================================
 
-If you need more precise flavor settings you can create new object of the type 
*org.openstack4j.model.compute.Flavor* and send in the message body.
+If you need more precise flavor settings, you can create a new object of the 
type *org.openstack4j.model.compute.Flavor* and send in the message body.
 
 == servers
 
@@ -87,7 +87,7 @@ If you need more precise flavor settings you can create new 
object of the type *
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new server.
+|`create` | Create a new server.
 
 |`createSnapshot` | Create snapshot of the server.
 
@@ -100,7 +100,7 @@ If you need more precise flavor settings you can create new 
object of the type *
 |`action` | Perform an action on the server.
 |=========================================================================
 
-If you need more precise server settings you can create new object of the type 
*org.openstack4j.model.compute.ServerCreate* and send in the message body.
+If you need more precise server settings, you can create a new object of the 
type *org.openstack4j.model.compute.ServerCreate* and send in the message body.
 
 == keypairs
 
diff --git 
a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc 
b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
index c31a057a2d5..77475457dd7 100644
--- a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
@@ -59,7 +59,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Usage
 
-You can use following settings for each subsystem:
+You can use the following settings for each subsystem:
 
 == containers
 
@@ -68,7 +68,7 @@ You can use following settings for each subsystem:
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new container.
+|`create` | Create a new container.
 
 |`get` | Get the container.
 
@@ -85,7 +85,7 @@ You can use following settings for each subsystem:
 |`deleteMetadata` | Delete metadata.
 |=========================================================================
 
-If you need more precise container settings you can create new object of the 
type 
*org.openstack4j.model.storage.object.options.CreateUpdateContainerOptions* (in 
case of create or update operation) 
+If you need more precise container settings, you can create a new object of 
the type 
*org.openstack4j.model.storage.object.options.CreateUpdateContainerOptions* (in 
case of create or update operation)
 or *org.openstack4j.model.storage.object.options.ContainerListOptions* for 
listing containers and send in the message body.
 
 == objects
@@ -95,7 +95,7 @@ or 
*org.openstack4j.model.storage.object.options.ContainerListOptions* for listi
 |=========================================================================
 |Operation | Description
 
-|`create` | Create new object.
+|`create` | Create a new object.
 
 |`get` | Get the object.
 

Reply via email to