From f7f4eb3dce9f03de7e43a466a93381a7fae81840 Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Sun, 25 May 2025 12:44:42 +0200 Subject: [PATCH] doc: contributing: Fix grammar. * doc/contributing.texi (Formatting Code): Fix grammar. Change-Id: I0f1304b22068146855b6148d4f0952fe32caebdb Signed-off-by: Hilton Chain Modified-by: Hilton Chain --- doc/contributing.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 26732db729d..b858ef806a0 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1838,8 +1838,8 @@ Emacs-Guix Reference Manual}). @cindex indentation, of code @cindex formatting, of code -If you do not use Emacs, please make sure to let your editor knows these -rules. To automatically indent a package definition, you can also run: +If you do not use Emacs, please make sure your editor knows these rules. +To automatically indent a package definition, you can also run: @example ./pre-inst-env guix style @var{package}