From: Clinton Phillips Date: Wed, 13 May 2026 19:59:04 +0000 (-0400) Subject: docs: sphinx-static: fix typo "wich" -> "which" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a92946d7c06ed07b77d4fb1873d68eac28ae08;p=thirdparty%2Fkernel%2Flinux.git docs: sphinx-static: fix typo "wich" -> "which" Trivial typo fix in a CSS comment for the documentation theme. Signed-off-by: Clinton Phillips Signed-off-by: Jonathan Corbet Message-ID: <20260513195956.25307-1-clintdotphillips@gmail.com> --- diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css index f91393426a506..5aa0a1ed9864c 100644 --- a/Documentation/sphinx-static/custom.css +++ b/Documentation/sphinx-static/custom.css @@ -30,7 +30,7 @@ img.logo { margin-bottom: 20px; } -/* The default is to use -1em, wich makes it override text */ +/* The default is to use -1em, which makes it override text */ li { text-indent: 0em; } /*