diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-03 13:55:08 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-03 13:55:08 +0100 |
commit | 2a5340c8786a0e37174368364a0aa7b2f5b09342 (patch) | |
tree | 462d4bf8e3c127920106c672f69e2e3e71a8d682 /system | |
parent | build(flake): Update (diff) | |
download | nixos-server-2a5340c8786a0e37174368364a0aa7b2f5b09342.tar.gz nixos-server-2a5340c8786a0e37174368364a0aa7b2f5b09342.zip |
docs(system/services/matrix): Fix typos in comment
Diffstat (limited to 'system')
-rw-r--r-- | system/services/matrix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix index 8e9dd2a..b75d1f1 100644 --- a/system/services/matrix/default.nix +++ b/system/services/matrix/default.nix @@ -73,7 +73,7 @@ in { }; whatsapp = { # TODO: See https://github.com/tulir/whatsmeow/blob/efc632c008604016ddde63bfcfca8de4e5304da9/binary/proto/def.proto#L43-L64 for a list. - # This also determints the whatsapp icon + # This also determines the WhatsApp icon browser_name = "unknown"; }; }; |