From 30c66f280645361e1e27d916c16e44924ec6cbde Mon Sep 17 00:00:00 2001 From: Michael Raimondi <mike@mikeraimondi.com> Date: Thu, 20 Dec 2018 06:10:33 -0500 Subject: [PATCH] Fix typo (#161) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d325d5f..15335e6b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A Loki-based logging stack consists of 3 components: - [Grafana](https://github.com/grafana/grafana) for the UI. Loki is like Prometheus, but for logs: we prefer a multidimensional label-based approach to indexing, and want a single-binary, easy to operate system with no dependencies. -Loki differs from Prometheus by focussing on logs instead of metrics, and deliverying logs via push, instead of pull. +Loki differs from Prometheus by focussing on logs instead of metrics, and delivering logs via push, instead of pull. ## Getting started -- GitLab