mirror of https://github.com/apache/druid.git
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:
parent
13a2b265a5
commit
2288c78395
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue