From d33722dc71559a1cfd150eb4926b073537ce4c5c Mon Sep 17 00:00:00 2001
From: Michael Barrow <michael@barrow.me>
Date: Tue, 23 Apr 2019 11:45:51 -0700
Subject: [PATCH] fix typo in operations.md (#501)

---
 docs/operations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operations.md b/docs/operations.md
index 357c99a4..88376683 100644
--- a/docs/operations.md
+++ b/docs/operations.md
@@ -141,7 +141,7 @@ The S3 configuration is setup with url format: `s3://access_key:secret_access_ke
 #### DynamoDB
 
 Loki uses DynamoDB for the index storage. It is used for querying logs, make
-sure you adjuest your throughput to your usage.
+sure you adjust your throughput to your usage.
 
 DynamoDB access is very similar to S3, however you do not need to specify a
 table name in the storage section, as Loki will calculate that for you.
-- 
GitLab