Skip to content

Commit

Permalink
change HTMLWelcomeMsg -> HTMLwelcomeMsg
Browse files Browse the repository at this point in the history
For consistency (a student flagged this).
  • Loading branch information
durant-udacity committed Mar 2, 2015
1 parent bdfe030 commit 12524ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var HTMLblog = '<li class="flex-item"><span class="orange-text">blog</span><span
var HTMLlocation = '<li class="flex-item"><span class="orange-text">location</span><span class="white-text">%data%</span></li>';

var HTMLbioPic = '<img src="%data%" class="biopic">';
var HTMLWelcomeMsg = '<span class="welcome-message">%data%</span>';
var HTMLwelcomeMsg = '<span class="welcome-message">%data%</span>';

var HTMLskillsStart = '<h3 id="skillsH3">Skills at a Glance:</h3><ul id="skills" class="flex-box"></ul>';
var HTMLskills = '<li class="flex-item"><span class="white-text">%data%</span></li>';
Expand Down

0 comments on commit 12524ac

Please sign in to comment.