Browse Source

Fix typos in threads docs

This commit fixes a typo in the threads docs where the past tense form
of a verb was used when current tense is needed.

Relates #22016
Nikhil Patel 8 years ago
parent
commit
b5e3d351d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/sysconfig/threads.asciidoc

+ 1 - 1
docs/reference/setup/sysconfig/threads.asciidoc

@@ -2,7 +2,7 @@
 === Number of threads
 
 Elasticsearch uses a number of thread pools for different types of operations.
-It is important that it is able to created new threads whenever needed.   Make
+It is important that it is able to create new threads whenever needed.   Make
 sure that the number of threads that the Elasticsearch user can create is at
 least 2048.