From db7d4ca0c11e293118d02dc5cc37b89a6e501224 Mon Sep 17 00:00:00 2001 From: Leif Gruenwoldt Date: Thu, 12 Nov 2020 22:36:14 -0500 Subject: [PATCH] Typo in services.md --- docs/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services.md b/docs/services.md index 2ce52e99..47b96370 100644 --- a/docs/services.md +++ b/docs/services.md @@ -180,7 +180,7 @@ consider contributing it to the CORE project. Below is the skeleton for a custom service with some documentation. Most people would likely only setup the required class variables **(name/group)**. Then define the **configs** (files they want to generate) and implement the -**generate_confifs** function to dynamically create the files wanted. Finally +**generate_config** function to dynamically create the files wanted. Finally the **startup** commands would be supplied, which typically tends to be running the shell files generated.