Browse Source

Update indexing-speed.asciidoc (#59347)

typo fix
Kartika Prasad 5 years ago
parent
commit
5273681433
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/how-to/indexing-speed.asciidoc

+ 1 - 1
docs/reference/how-to/indexing-speed.asciidoc

@@ -62,7 +62,7 @@ gets indexed and when it becomes visible, increasing the
 
 If you have a large amount of data that you want to load all at once into
 Elasticsearch, it may be beneficial to set `index.number_of_replicas` to `0` in
-order to speep up indexing. Having no replicas means that losing a single node
+order to speed up indexing. Having no replicas means that losing a single node
 may incur data loss, so it is important that the data lives elsewhere so that
 this initial load can be retried in case of an issue. Once the initial load is
 finished, you can set `index.number_of_replicas` back to its original value.