Skip to content

Commit

Permalink
Merge pull request #4 from stevenmerino/patch-1
Browse files Browse the repository at this point in the history
comment typo fix
  • Loading branch information
Frédéric Harper authored May 24, 2018
2 parents 4622156 + e208b4c commit 736e4e2
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 736e4e2

Please sign in to comment.