diff --git a/lib/goliath/server.rb b/lib/goliath/server.rb index 2bccadf9..83a6be48 100644 --- a/lib/goliath/server.rb +++ b/lib/goliath/server.rb @@ -126,7 +126,7 @@ def load_config(file = nil) # Retrieves the configuration directory for the server # - # @return [String] THe full path to the config directory + # @return [String] The full path to the config directory def config_dir dir = options[:config] ? File.dirname(options[:config]) : './config' File.expand_path(dir)