From 552e8993496fc57d15c5b712806aa87ed974fc6e Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Mon, 7 Mar 2016 12:36:08 +0200
Subject: [PATCH] Clarification

---
 doc/pages/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/pages/README.md b/doc/pages/README.md
index 8f4c0bc8081..682359ad266 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -218,7 +218,7 @@ pages:
 #### How `.gitlab-ci.yml` looks like when using a static generator
 
 In general, GitLab Pages support any kind of [static site generator][staticgen],
-since the Runner can be configured to run any possible command.
+since `.gitlab-ci.yml` can be configured to run any possible command.
 
 In the root directory of your Git repository, place the source files of your
 favorite static generator. Then provide a `.gitlab-ci.yml` file which is
-- 
GitLab