mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Missed an "and".
This commit is contained in:
parent
2215d92ab0
commit
8950f1198b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ exist on the subject, to either execute in an imperative fashion where things
|
|||
are executed in the order in which they are defined, or in a declarative
|
||||
fashion where dependencies need to be mapped between objects.
|
||||
|
||||
Imperative ordering is deterministic generally considered easier to write, but
|
||||
Imperative ordering is deterministic and generally considered easier to write, but
|
||||
declarative ordering is much more powerful and flexible but generally considered
|
||||
more difficult to create.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue