Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buildninja authored May 23, 2018
1 parent 4622156 commit e208b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function updateDisplay() {
// Create a new instance of the HeartRateSensor object
var hrm = new HeartRateSensor();

// Declare a even handler that will be called every time a new HR value is received.
// Declare an event handler that will be called every time a new HR value is received.
hrm.onreading = function() {
// Peek the current sensor values
console.log("Current heart rate: " + hrm.heartRate);
Expand Down

0 comments on commit e208b4c

Please sign in to comment.