Skip to content

Commit

Permalink
fix(typo): Fix typo (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Nov 22, 2019
1 parent dbc3eb5 commit b4e1b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Use environment variables when developing locqlly via 'yarn start', i.e.:
// Use environment variables when developing locally via 'yarn start', i.e.:
// API_HOST=https://gate.spinnaker.mycompany.com yarn start
var apiHost = process.env.API_HOST || 'http://localhost:8084';
var artifactsEnabled = process.env.ARTIFACTS_ENABLED === 'true';
Expand Down

0 comments on commit b4e1b84

Please sign in to comment.