From 3bcb2d7c27afbf385707cadd4c2fb9f82eba3eaa Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 5 Dec 2017 11:40:37 +0100
Subject: [PATCH] chain loading: following not preceding config file

---
 doc/experiments.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/experiments.rst b/doc/experiments.rst
index 701a1b67..b6dc2190 100644
--- a/doc/experiments.rst
+++ b/doc/experiments.rst
@@ -97,7 +97,7 @@ Running the experiment is then as simple as:
 
 .. note::
    Chain loading is possible through configuration files, i.e., variables of each
-   config is available during evaluation of the preceding config file.
+   config is available during evaluation of the following config file.
    
    This allows us to spread our experiment setup in several configuration files and have a call similar to this::
    
-- 
GitLab