Merge pull request #7596 from cachedout/develop

A minor clarity fix for documentation regarding the extension of Salt.
This commit is contained in:
Colton Myers 2013-10-03 17:01:27 -07:00
commit 514506f2ac
2 changed files with 4 additions and 4 deletions

View File

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

View File

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