From 22d332a8d92c2fdb8a974d1dfbae3e523db40f97 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Wed, 3 Feb 2016 16:46:40 -0800 Subject: [PATCH] Change object section heading to be more descriptive --- src/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.coffee b/src/config.coffee index bc16c7094..348b7b94f 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -218,7 +218,7 @@ ScopeDescriptor = require './scope-descriptor' # default: 'white' # ``` # -# ### Grouping +# #### object / Grouping other types # # A config setting with the type `object` allows grouping a set of config # settings. The group will be visualy separated and has its own group headline.