From 966a9260bf0525693edd8ad056387dea8367f1d0 Mon Sep 17 00:00:00 2001
From: Johan Vervloet <johan.vervloet@gmail.com>
Date: Mon, 6 Nov 2017 21:33:35 +0100
Subject: [PATCH] Update setting.md

Typo
---
 docs/framework/setting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/framework/setting.md b/docs/framework/setting.md
index e70bc9fd..3a2039c4 100644
--- a/docs/framework/setting.md
+++ b/docs/framework/setting.md
@@ -151,7 +151,7 @@ As with core settings, all settings declared in extensions should have appropria
 
 1. Provide that the settings folder is declared [Multisite extension example](https://github.com/eileenmcnaughton/org.civicrm.multisite/blob/master/multisite.php#L268).
 2. Declare settings as in the same standard as CiviCRM Core [Multisite extension example](https://github.com/eileenmcnaughton/org.civicrm.multisite/blob/master/settings/Multisite.setting.php).
-3. Create Settings form, a [good example of generic metadata based setings form in an extension](https://github.com/eileenmcnaughton/nz.co.fuzion.civixero/blob/master/CRM/Civixero/Form/XeroSettings.php) - note that only the setting filter is non-generic
+3. Create Settings form, a [good example of generic metadata based settings form in an extension](https://github.com/eileenmcnaughton/nz.co.fuzion.civixero/blob/master/CRM/Civixero/Form/XeroSettings.php) - note that only the setting filter is non-generic
 4. Use `cv api system.flush` or `Admin → System Settings → Cleanup Caches` to flush CiviCRM caches and register your new settings metadata.
 
 ## Adding Setting Config to Admin Forms.
-- 
GitLab