From eb5473596a4d310b9a15be5777ededc4a93d2da0 Mon Sep 17 00:00:00 2001 From: Tanmoy037 Date: Thu, 22 Jun 2023 21:57:42 +0530 Subject: [PATCH] Structured Layered State name added insted of SaLt State file --- doc/topics/tutorials/starting_states.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/tutorials/starting_states.rst b/doc/topics/tutorials/starting_states.rst index 9c13dfaf3b7..35dddb59edb 100644 --- a/doc/topics/tutorials/starting_states.rst +++ b/doc/topics/tutorials/starting_states.rst @@ -10,8 +10,8 @@ Many of the most powerful and useful engineering solutions are founded on simple principles. Salt States strive to do just that: K.I.S.S. (Keep It Stupidly Simple) -The core of the Salt State system is the SLS, or **S**\ a\ **L**\ t -**S**\ tate file. The SLS is a representation of the state in which +The core of the Salt State system is the SLS, or **S**\ tructured **L**\ ayered **S**\ tate. +The SLS is a representation of the state in which a system should be in, and is set up to contain this data in a simple format. This is often called configuration management.