mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix typo
This commit is contained in:
@@ -8,7 +8,7 @@ ScrollbarComponent = require './scrollbar-component'
|
||||
SubscriberMixin = require './subscriber-mixin'
|
||||
|
||||
module.exports =
|
||||
EditorCompont = React.createClass
|
||||
EditorComponent = React.createClass
|
||||
displayName: 'EditorComponent'
|
||||
mixins: [SubscriberMixin]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user