diff options
author | Jelle Licht <jlicht@fsfe.org> | 2022-01-07 23:02:51 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2022-01-07 23:07:56 +0100 |
commit | a1846e9b9135fe18f2418b983334f4cb7eb3df8b (patch) | |
tree | cd0c859de23067b16f3578d57f33356d4df2c81f | |
parent | 2dfbd03a609a5781aa1391639526e9029b01c392 (diff) |
doc: Fix typo.
* doc/guix.texi (Essential Home Services): Fix typo.
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fb2afd9399..08e5bfa111 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -37202,9 +37202,9 @@ redundant executions of the script if multiple login shells are spawned. It can be extended with a gexp. However, to autostart an application, users @emph{should not} use this service, in most cases it's better to extend -@code{home-shpeherd-service-type} with a Shepherd service +@code{home-shepherd-service-type} with a Shepherd service (@pxref{Shepherd Services}), or extend the shell's startup file with -required command using the appropriate service type. +the required command using the appropriate service type. @end defvr @defvr {Scheme Variable} home-activation-service-type |