From 598e5e4370efaef88066c37d060ed65c5a4b8db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 21 Apr 2016 22:39:46 +0200 Subject: [PATCH] Doc: Fix typo on configuration page intro --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 459a931..ac26c47 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1,7 +1,7 @@ Configuration ============= -yamllint uses a set of :doc:`rules ` to check sources files for problems. +yamllint uses a set of :doc:`rules ` to check source files for problems. Each rule is independent from the others, and can be enabled, disabled or tweaked. All these settings can be gathered in a configuration file.