Skip to content

Commit b7f5a47

Browse files
committed
Merge pull request #43 from deralex/master
Fixed some minor typos in the README
2 parents ac08ffe + ac19993 commit b7f5a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 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

@@ -308,7 +308,7 @@ Knapsack is very simple and works without locks or snapshots. This means, if Ela
308308
allowed to write to the part of your data in the export while it runs, you may lose data in the export.
309309
So it is up to you to organize the safe export and import with this plugin.
310310

311-
If you want a snapshot/restore feature, please use the standard napshot/restore in the upcoming
311+
If you want a snapshot/restore feature, please use the standard snapshot/restore in the upcoming
312312
Elasticsearch 1.0 release.
313313

314314
Credits

0 commit comments

Comments
 (0)