Typo in services.md

This commit is contained in:
Leif Gruenwoldt 2020-11-12 22:36:14 -05:00 committed by GitHub
parent 56e98f412c
commit db7d4ca0c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.