Skip to content

Commit 5b1f38d

Browse files
authored
Fix header casing in Pipelines doc
1 parent 4ccd485 commit 5b1f38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Pipelines.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ getInstance( "Client@cbElasticsearch" ).applyPipeline( myPipeline );
4646

4747
Note that if you are using a [secondary cluster](Configuration.md), you will need to perform your CRUD operations through the client, as the `save` method in the pipeline object will route through the top level client.
4848

49-
## Retrieving pipeline definitions
49+
## Retrieving Pipeline Definitions
5050

5151
If we know the name of our pipeline, we can retreive the definition from Elasticsearch by using the `getPipeline` method of the client:
5252

@@ -92,7 +92,7 @@ getInstance( "Client@cbElastisearch" )
9292
.deletePipeline( "foo-pipeline" );
9393
```
9494

95-
## Using pipelines When Saving Documents
95+
## Using Pipelines When Saving Documents
9696

9797
Pipelines may be used when saving individual or multiple documents. See the [Documents](Documents.md) section for more information on document creation.
9898

0 commit comments

Comments
 (0)