Selaa lähdekoodia

Update example-config.yml: Fix typos in comments

Christian Paul 2 vuotta sitten
vanhempi
sitoutus
3011717c41
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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`
         # it will automatically be set as the relay user. May be overridden with `set-relay` or `unset-relay`
         relaybot: '@relaybot:example.com'
         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}'
     # 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}'
     location_format: 'https://www.google.com/maps/place/{lat},{long}'
 
 
 # Python logging configuration.
 # Python logging configuration.