diff mbox series

[bug#63753] * doc/guix.texi (Using Guix Interactively): Fix typo

Message ID 20230527143431.1953840-1-ruijie@netyu.xyz
State New
Headers show
Series [bug#63753] * doc/guix.texi (Using Guix Interactively): Fix typo | expand

Commit Message

iyzsong--- via Guix-patches via May 27, 2023, 2:34 p.m. UTC
From: Ruijie Yu <ruijie+git@netyu.xyz>

---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 31dc33fb97..7946e25059 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12453,7 +12453,7 @@  shows build events only, and higher levels print build logs.
 @end deffn
 
 @deffn {REPL command} run-in-store @var{exp}
-Run @var{exp}, a monadic expresssion, through the store monad.
+Run @var{exp}, a monadic expression, through the store monad.
 @xref{The Store Monad}, for more information.
 @end deffn