mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
A minor clarity fix for documentation regarding the extension of Salt.
I attempted to preserve what I believe to be the original intent of the author but please feel free not to merge these changes if you feel that I've failed in doing so. :]
This commit is contained in:
parent
85019e70f8
commit
0593c3311d
2 changed files with 4 additions and 4 deletions
|
@ -13399,8 +13399,8 @@ switching to a non\-threaded transport to see if that fixes your problem.
|
|||
.SH INTRODUCTION TO EXTENDING SALT
|
||||
.sp
|
||||
Salt is made to be used, and made to be extended. The primary goal of Salt is
|
||||
to provide a foundation which can be used to solve problems. And the goal of
|
||||
Salt is to not assume what those problems might be.
|
||||
to provide a foundation which can be used to solve problems without assuming
|
||||
what those problems might be.
|
||||
.sp
|
||||
One of the greatest benefit of developing Salt has been the vast array of ways
|
||||
in which people have wanted to use it, while the original intention was as a
|
||||
|
|
|
@ -3,8 +3,8 @@ Introduction to Extending Salt
|
|||
==============================
|
||||
|
||||
Salt is made to be used, and made to be extended. The primary goal of Salt is
|
||||
to provide a foundation which can be used to solve problems. And the goal of
|
||||
Salt is to not assume what those problems might be.
|
||||
to provide a foundation which can be used to solve problems without
|
||||
assuming what those problems might be.
|
||||
|
||||
One of the greatest benefit of developing Salt has been the vast array of ways
|
||||
in which people have wanted to use it, while the original intention was as a
|
||||
|
|
Loading…
Add table
Reference in a new issue