Browse Source

Update example-config.yml: Fix typos in comments

Christian Paul 2 years ago
parent
commit
3011717c41
1 changed files with 2 additions and 2 deletions
  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.