From ce71df61a7cf0d81f136b9f87b9f395e471a7d60 Mon Sep 17 00:00:00 2001 From: Matthew Renze Date: Thu, 28 Sep 2023 21:56:32 -0500 Subject: [PATCH] Update creating_a_custom_egg.md (#544) Fix typo: redundant phrasing --- community/config/eggs/creating_a_custom_egg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/config/eggs/creating_a_custom_egg.md b/community/config/eggs/creating_a_custom_egg.md index d29c23d13..7d4bd513c 100644 --- a/community/config/eggs/creating_a_custom_egg.md +++ b/community/config/eggs/creating_a_custom_egg.md @@ -6,8 +6,8 @@ changes to these, and you'll lose any changes you've made. [[toc]] -The first thing you'll need to do is create a new service. In this case, the name and description speak for themselves -in this case. The `Folder Name` _must be a unique name_ not being used by any other service, and should only +The first thing you'll need to do is create a new service. In this case, the name and description speak for themselves. +The `Folder Name` _must be a unique name_ not being used by any other service, and should only contain letters, numbers, underscores, and dashes. This is the name of the folder where the daemon will be storing the service options on the daemon.