Skip to content

Commit 5273681

Browse files
authored
Update indexing-speed.asciidoc (#59347)
typo fix
1 parent a4e7ed0 commit 5273681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gets indexed and when it becomes visible, increasing the
6262

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

0 commit comments

Comments
 (0)