From 007159ac415ff62bb931478a081ade6dd0ca6e3d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 26 Feb 2019 18:34:48 +0000 Subject: [PATCH] docs(readme): fix typos --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0e0cd7e7..744bffbf 100644 --- a/README.rst +++ b/README.rst @@ -60,13 +60,13 @@ This state will install the template package only. ``template.config`` ------------------- -This state will configure the template service and has a depency on ``template.install`` +This state will configure the template service and has a dependency on ``template.install`` via include list. ``template.service`` -------------------- -This state will start the template service and has a depency on ``template.config`` +This state will start the template service and has a dependency on ``template.config`` via include list. ``template.clean`` @@ -87,7 +87,7 @@ This state will stop the template service and disable it at boot time. ``template.config.clean`` ------------------------- -This state will remove the configuration of the template service and has a depency on ``template.service.clean`` +This state will remove the configuration of the template service and has a dependency on ``template.service.clean`` via include list. ``template.package.clean``