Skip to content

Commit

Permalink
Merge pull request #26 from jj4th/fix-newrelic-typos
Browse files Browse the repository at this point in the history
chore(template): Fix typos in newrelic plugin
  • Loading branch information
jj4th committed Oct 17, 2016
2 parents dcd9e30 + 5e8479e commit fbb3ae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/spectreport-newrelic.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ SpectreportNewRelic.getUsage = function () {
'[bold]{Required Options:}',
'',
' [bold]{nrReportUrl}:https://newrelic/v1/1010/events The New Relic Collector URL.',
' [bold]{nrRepo}:MjFua2xoNDM1bnAwOD The New Relic Insert Key.',
' [bold]{nrInsertKey}:MjFua2xoNDM1bnAwOD The New Relic Insert Key.',
' [bold]{nrEventType}:"Spectreport Test Results" The Event Type to register in New Relic',
' [bold]{nrProduct}:"MyCoolProduct" The Event Type to register in New Relic',
' [bold]{nrEnvironment}:"Staging" The Event Type to register in New Relic',
' [bold]{nrProduct}:"MyCoolProduct" The Product Name to register in New Relic',
' [bold]{nrEnvironment}:"Staging" The Environment to register in New Relic',
'',
'[bold]{Optional Options:}',
'',
Expand Down

0 comments on commit fbb3ae2

Please sign in to comment.