chore_fix-quickstart-docs (#2946)

Fixes a small grammatical error in the `./docs/content/tutorials/quickstart.md` whereby a sentence didn't make sense
This commit is contained in:
Joe Pettersson 2016-05-10 17:52:24 +01:00 committed by Fangjin Yang
parent 13a2b265a5
commit 2288c78395
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ section if you'd like to load a different dataset.
## Load streaming data
To load streaming data, we are going to push events into Druid
over a simple HTTP API. We will do this use [Tranquility], a high level data producer
over a simple HTTP API. To do this we will use [Tranquility], a high level data producer
library for Druid.
To download Tranquility, issue the following commands in your terminal: