doc: Fix typo.

* doc/guix.texi (Sound Services): Fix typo.
This commit is contained in:
Maxim Cournoyer 2022-01-31 11:38:51 -05:00
parent 787b13a5d9
commit 01c925bf49
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21394,7 +21394,7 @@ Data type representing the configuration for @code{pulseaudio-service}.
@table @asis
@item @code{client-conf} (default: @code{'()})
List of settings to set in @file{client.conf}.
Accepts a list of strings or a symbol-value pairs. A string will be
Accepts a list of strings or symbol-value pairs. A string will be
inserted as-is with a newline added. A pair will be formatted as
``key = value'', again with a newline added.