From 372bd9366e6d879f2fdb4b008b1d5c2f77a4803a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 24 Jun 2024 20:36:32 +0200 Subject: [PATCH] docs: pluggins -> plug-ins The extra 'g' is probably a typo, but we also use a dash to separate elsewhere, so let's be consistent. Part-of: --- docs/codingstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codingstyle.rst b/docs/codingstyle.rst index 6024162a4c5..9fc5c6c2ea2 100644 --- a/docs/codingstyle.rst +++ b/docs/codingstyle.rst @@ -25,7 +25,7 @@ them by running:: git config blame.ignoreRevsFile .git-blame-ignore-revs Most code editors also support automatically formatting code as you -write it; check your editor or its pluggins to see how to enable this. +write it; check your editor or its plug-ins to see how to enable this. Vim ***