Found a minor typo, quick fix.
This commit is contained in:
Brandon Weaver 2015-02-17 13:09:51 -08:00
parent bc157ba2ee
commit 894d8d8c1a

View File

@ -7,7 +7,7 @@ In its most typical use, Salt is a software application in which clients,
called "minions" can be commanded and controlled from a central command server
called a "master".
Commands are normally issued to the minions (via the master) by calling a a
Commands are normally issued to the minions (via the master) by calling a
client script simply called, 'salt'.
Salt features a pluggable transport system to issue commands from a master to