diff --git a/docs/content/Concepts-and-Terminology.md b/docs/content/Concepts-and-Terminology.md index e4d3790e8c2..a680e97912c 100644 --- a/docs/content/Concepts-and-Terminology.md +++ b/docs/content/Concepts-and-Terminology.md @@ -28,7 +28,7 @@ More definitions are available on the [design page](Design.html). * **Metrics**  Countable data that can be aggregated. Metrics, for example, can be the number of visitors to a website, number of tweets per day, or average revenue. -* **Rollup**  The aggregation of data that occurs at one or more stages, based on settings in a [configuration file](#specFile). +* **Rollup**  The aggregation of data that occurs at one or more stages, based on settings in a [configuration file](#specfile). * **Segment**  A collection of (internal) records that are stored and processed together. Druid chunks data into segments representing a time interval, and these are stored and manipulated in the cluster.