Docs: Grammar correction

Closes #8702
This commit is contained in:
Dan Tuffery 2014-11-28 14:38:53 +00:00 committed by Clinton Gormley
parent 7776b6b4f0
commit 3b5fa9075a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ In case you only need to execute a unit test, because your implementation can be
These kind of tests require firing up a whole cluster of nodes, before the tests can actually be run. Compared to unit tests they are obviously way more time consuming, but the test infrastructure tries to minimize the time cost by only restarting the whole cluster, if this is configured explicitly.
The class your tests have to inherit from is `ElasticsearchIntegrationTest`. As soon as you inherit, there is no need for you to start any elasticsearch nodes manually in your test anymore, though you might need to ensure that at least a certain amount of nodes is up and running.
The class your tests have to inherit from is `ElasticsearchIntegrationTest`. As soon as you inherit, there is no need for you to start any elasticsearch nodes manually in your test anymore, though you might need to ensure that at least a certain number of nodes is up.
[[number-of-shards]]
==== number of shards