From 5264b9628b7642019ebf45158a76910b809844d8 Mon Sep 17 00:00:00 2001 From: "abejidefemi1@gmail.com" Date: Tue, 1 Oct 2019 00:26:54 +0100 Subject: [PATCH] fix punctuation mark fix typo Signed-off-by: abejidefemi1@gmail.com --- README.md | 2 +- docs/storage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1675645..806d6bbdd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. -Prometheus' main distinguishing features as compared to other monitoring systems are: +Prometheus's main distinguishing features as compared to other monitoring systems are: - a **multi-dimensional** data model (timeseries defined by metric name and set of key/value dimensions) - a **flexible query language** to leverage this dimensionality diff --git a/docs/storage.md b/docs/storage.md index e88ad184f..abec0696e 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -51,7 +51,7 @@ For further details on file format, see [TSDB format](https://github.com/prometh The initial two-hour blocks are eventually compacted into longer blocks in the background. -Compaction will create larger blocks up to 10% of the rention time, or 21 days, whichever is smaller. +Compaction will create larger blocks up to 10% of the retention time, or 21 days, whichever is smaller. ## Operational aspects