瀏覽代碼

Update example-config.yml: Fix typos in comments

Christian Paul 2 年之前
父節點
當前提交
3011717c41
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mautrix_signal/example-config.yaml

+ 2 - 2
mautrix_signal/example-config.yaml

@@ -308,9 +308,9 @@ bridge:
         # it will automatically be set as the relay user. May be overridden with `set-relay` or `unset-relay`
         relaybot: '@relaybot:example.com'
 
-    # Format for generting URLs from location messages for sending to Signal
+    # Format for generating URLs from location messages for sending to Signal
     # Google Maps: 'https://www.google.com/maps/place/{lat},{long}'
-    # OpenStreepMap: 'https://www.openstreetmap.org/?mlat={lat}&mlon={long}'
+    # OpenStreetMap: 'https://www.openstreetmap.org/?mlat={lat}&mlon={long}'
     location_format: 'https://www.google.com/maps/place/{lat},{long}'
 
 # Python logging configuration.