[Docs] Fix space typo with effect on rendered page

Without this fix, the rendered page is showing:
``file defines the ``

like if it was a block of code, where it should be text.

Change-Id: Id8f805c86f039cbcb6a250f439365eab54e0db77
This commit is contained in:
Jean-Philippe Evrard 2016-10-07 11:37:08 +01:00
parent f81ac49dde
commit f362104ab2

View File

@ -72,7 +72,7 @@ expects to find a pair of keys. The first key maps to items in the
``container_skel`` section, and the second key maps to the target host groups
(described above) that are responsible for hosting the service component.
To continue the example, the ``memcache.yml``file defines the
To continue the example, the ``memcache.yml`` file defines the
``memcache_container`` container group. This group is a subset of the
``shared-infra_containers`` group, which is itself a subset of
the ``all_containers`` inventory group.