fix(err): InspectorFrontendAPI => DevToolsAPI

This commit is contained in:
Ben Gotow 2016-05-13 16:24:31 -07:00
parent 87f81c1c39
commit 71b156e667
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ class PreferencesKeymaps extends React.Component {
</Flexbox>
<p>
You can choose a shortcut set to use keyboard shortcuts of familiar email clients.
To edit a shortcut, click it in the list below.
To edit a shortcut, click it in the list below and enter a replacement on the keyboard.
</p>
{displayedKeybindings.map(this._renderBindingsSection)}
</section>

View file

@ -276,7 +276,7 @@ class NylasEnvConstructor
jasmine.getEnv().currentSpec.fail(error)
else if @inDevMode() and not noWindows
@openDevTools()
@executeJavaScriptInDevTools('InspectorFrontendAPI.showConsole()')
@executeJavaScriptInDevTools('DevToolsAPI.showConsole()')
@errorLogger.reportError(error, extra)