From c49c62aaa7d62e4a03a6dcbd1f5b5ffd7ca64f8e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 10 Sep 2017 15:44:44 +0000 Subject: [PATCH] spelling: visually --- src/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.coffee b/src/config.coffee index f0628ffee..bbcdad01f 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -221,7 +221,7 @@ ScopeDescriptor = require './scope-descriptor' # #### 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. +# settings. The group will be visually separated and has its own group headline. # The sub options must be listed under a `properties` key. # # ```coffee