Fixed grammer

This commit is contained in:
twangboy 2015-12-03 11:18:32 -07:00
parent d965d00a09
commit 7bdddaca53

View file

@ -216,9 +216,9 @@ The resulting pillar will be as follows:
.. note::
Pillar files are applied in the order they are listed in the top file.
Therefore conflicting keys will overwritten in a 'last one wins' manner! For
example, in the above scenario conflicting key values in ``services`` will
overwrite those in ``packages`` because it's at the bottom of the list.
Therefore conflicting keys will be overwritten in a 'last one wins' manner!
For example, in the above scenario conflicting key values in ``services``
will overwrite those in ``packages`` because it's at the bottom of the list.
Including Other Pillars
=======================