[tor-commits] [metrics-web/master] Fix typo in Home -> Servers.

karsten at torproject.org karsten at torproject.org
Sun Nov 19 16:53:54 UTC 2017


commit 519e9d232a620f45fa03bd66b919f53b127fc61f
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sun Nov 19 17:53:29 2017 +0100

    Fix typo in Home -> Servers.
    
    Reported on metrics-team@ mailing list.
---
 website/src/main/resources/etc/categories.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/main/resources/etc/categories.json b/website/src/main/resources/etc/categories.json
index 0f5947c..e71c1d6 100644
--- a/website/src/main/resources/etc/categories.json
+++ b/website/src/main/resources/etc/categories.json
@@ -22,7 +22,7 @@
     "icon": "fa-server",
     "header": "Servers",
     "summary": "How many relays and bridges are online and what we know about them.",
-    "description": "Country and ISP diversity are approximated by resolving IP addresses to a country code an an autonomous system. We process the capabilities and properties relays and bridges reported to directory authorities.",
+    "description": "Country and ISP diversity are approximated by resolving IP addresses to a country code and an autonomous system. We process the capabilities and properties relays and bridges reported to directory authorities.",
     "metrics": [
       "networksize",
       "relayflags",



More information about the tor-commits mailing list