From 7ca256ccee280f831dd918803552aefa3538326f Mon Sep 17 00:00:00 2001 From: Zac Brachmanis Date: Fri, 13 Jan 2017 13:57:20 -0800 Subject: [PATCH] Minor spelling correction (#38721) --- doc/topics/pillar/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/pillar/index.rst b/doc/topics/pillar/index.rst index 37d98deb9e..960dde19ec 100644 --- a/doc/topics/pillar/index.rst +++ b/doc/topics/pillar/index.rst @@ -24,7 +24,7 @@ Declaring the Master Pillar The Salt Master server maintains a :conf_master:`pillar_roots` setup that matches the structure of the :conf_master:`file_roots` used in the Salt file server. Like :conf_master:`file_roots`, the :conf_master:`pillar_roots` option -mapps environments to directories. The pillar data is then mapped to minions +maps environments to directories. The pillar data is then mapped to minions based on matchers in a top file which is laid out in the same way as the state top file. Salt pillars can use the same matcher types as the standard :ref:`top file `.