Fix a couple of typos in reactor docs

This commit is contained in:
rallytime 2015-09-08 14:52:38 -06:00
parent f733e048c9
commit 0214daad19
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ related to the profile or provider config, and any default values that could
have been changed in the profile or provider, but weren't.
salt/cloud/<minion_id>/created
-------------------------------
------------------------------
The deploy sequence has completed, and the instance is now available, Salted,
and ready for use. This event is the final task for Salt Cloud, before returning

View file

@ -273,10 +273,10 @@ Any other parameters in the :py:meth:`LocalClient().cmd()
Calling Runner modules and Wheel modules
----------------------------------------
Calling Runenr modules and wheel modules from the Reactor uses a more direct
Calling Runner modules and Wheel modules from the Reactor uses a more direct
syntax since the function is being executed locally instead of sending a
command to a remote system to be executed there. There are no 'arg' or 'kwarg'
parameters (unless the Runenr function or Wheel function accepts a paramter
parameters (unless the Runner function or Wheel function accepts a parameter
with either of those names.)
For example: