Skip to content

Commit 06ed291

Browse files
author
Alexander Kluth
committed
Fixed some minor typos in the README
Signed-off-by: Alexander Kluth <[email protected]>
1 parent ac08ffe commit 06ed291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can configure an archive path with the parameter `path`
118118

119119
curl -XPOST 'localhost:9200/test/_export?path=/tmp/myarchive.zip'
120120

121-
If ELasticsearch can not write an archive to the path, an error message will appear
121+
If Elasticsearch can not write an archive to the path, an error message will appear
122122
and no export will take place.
123123

124124
Renaming indexes and index types
@@ -214,7 +214,7 @@ You can import the file with::
214214
curl -XPOST 'localhost:9200/test/test/_import'
215215

216216
Knapsack does not delete or overwrite data by default.
217-
But ou can use the parameter `createIndex` with the value `false` to allow indexing to indexes that exist.
217+
But you can use the parameter `createIndex` with the value `false` to allow indexing to indexes that exist.
218218

219219
When importing, you can map your indexes or index/types to your favorite ones.
220220

0 commit comments

Comments
 (0)