From 4aa9baba9a13005bc285dde7ef90c29fcf9178b6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 15 Mar 2022 12:37:51 +0100 Subject: [PATCH] fix typo --- docs/maintainers/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers/tutorial.md b/docs/maintainers/tutorial.md index cdd66c5..eecfb4b 100644 --- a/docs/maintainers/tutorial.md +++ b/docs/maintainers/tutorial.md @@ -8,7 +8,7 @@ title: New maintainers tutorial Packaging a recipe is basically knowing a bag of about 20 tricks. Once you learn them, there is nothing more to learn. It can seem daunting at first but it's simple and easy to do once you know the tricks. -The nice thing about packaging is that only one person has to do it and then we all benefit. We've seen that over time, the core of the configuration doesn't really change. New options and versions might come but the config remains quite stable. This is good since it meand that your packaging work stays relevant and useful for other maintainers & operators as time goes on. +The nice thing about packaging is that only one person has to do it and then we all benefit. We've seen that over time, the core of the configuration doesn't really change. New options and versions might come but the config remains quite stable. This is good since it means that your packaging work stays relevant and useful for other maintainers & operators as time goes on. ### Making a plan