From 90ad541cd2a15249506ac497b7e2f4c5b69ed4c8 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Wed, 28 Oct 2020 12:32:13 +0100 Subject: [PATCH] doc: STYLE.md fix "parameters get" Changelog-None --- doc/STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/STYLE.md b/doc/STYLE.md index cf70a96fe..d655bfd5a 100644 --- a/doc/STYLE.md +++ b/doc/STYLE.md @@ -207,7 +207,7 @@ their code is futureproof. In 6 months remove it (Changelog-Removed). Changing existing input parameters is harder, and should generally be avoided. Adding input parameters is possible, but should be done -cautiously as too many parameters gets unwieldy quickly. +cautiously as too many parameters get unwieldy quickly. ## Github Workflows