📝 Add period to first line of loadOrCreate doc

This commit is contained in:
Kevin Sawicki
2014-01-21 17:05:55 -08:00
parent 4b3b0145a7
commit 03250f79c6

View File

@@ -34,7 +34,7 @@ WindowEventHandler = require './window-event-handler'
# * `atom.themes` - A {ThemeManager} instance
module.exports =
class Atom extends Model
# Public: Load or create the Atom environment in the given mode
# Public: Load or create the Atom environment in the given mode.
#
# - mode: Pass 'editor' or 'spec' depending on the kind of environment you
# want to build.