From f3f4e8f7a3318454245244f900559d441da0cc2f Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 13:39:43 -0700 Subject: [PATCH] Config is Essential --- src/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.coffee b/src/config.coffee index f3606d7bb..92b11f891 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -6,7 +6,7 @@ path = require 'path' async = require 'async' pathWatcher = require 'pathwatcher' -# Public: Used to access all of Atom's configuration details. +# Essential: Used to access all of Atom's configuration details. # # An instance of this class is always available as the `atom.config` global. #