summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-18 13:52:49 +0000
committerErik Johnston <erik@matrix.org>2019-02-18 13:52:49 +0000
commitdc5efc92a82dbf96a7d4d054b0c842b9788bea2a (patch)
tree8288ecb8f3c39bd0d95bd485530d7151e8e96e3d /synapse
parentFixup comments and add warning (diff)
downloadsynapse-dc5efc92a82dbf96a7d4d054b0c842b9788bea2a.tar.xz
Fixup
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py
index 185b895a24..fc72e32d20 100644
--- a/synapse/config/metrics.py
+++ b/synapse/config/metrics.py
@@ -16,7 +16,7 @@
 from ._base import Config, ConfigError
 
 MISSING_SENTRY = (
-    """Missing sentry_sdk library. This is required for enable sentry
+    """Missing sentry_sdk library. This is required to enable sentry
     integration.
 
     Install by running: