Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Jun 9, 2019
1 parent a7c6aa0 commit 3c008e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dosee-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
a.style.color = `white`
a.style.textDecoration = `underline`
// error message
const errMsg = `${feedback}. Have you follow these `
const errMsg = `${feedback}. Have you followed these `
// error containers
document.getElementById(`doseeSlowLoad`).style.display = `none`
const crash = document.getElementById(`doseeCrashed`)
Expand Down

0 comments on commit 3c008e1

Please sign in to comment.