Skip to content

Commit

Permalink
Correct Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpike7 committed May 5, 2015
1 parent 090b785 commit 940edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
var envReleases = process.env['BUGSNAG_NOTIFY_RELEASE'];

if (!envApiKey || !envReleases) {
console.error('Environment variables `BUGSNAG_API_KEY` and `BUGSNAG_NOTIFY_RELEASE` are not specfied. Bugsnag will not be injected.');
console.error('Environment variables `BUGSNAG_API_KEY` and `BUGSNAG_NOTIFY_RELEASE` are not specified. Bugsnag will not be injected.');

return '';
}
Expand Down

0 comments on commit 940edae

Please sign in to comment.