Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
fixing spelling in error
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Feb 13, 2017
1 parent 0e4827c commit 65a4a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/src/interface/NoCamera.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function NoCamera(container){

const blurb = document.createElement('div')
blurb.id = 'blurb'
blurb.textContent = 'Since you did\'t allow access to the camera, this experiment won\'t work.'
blurb.textContent = 'Since you didn\'t allow access to the camera, this experiment won\'t work.'
content.appendChild(blurb)

/*const restartButton = document.createElement('div')
Expand Down

0 comments on commit 65a4a33

Please sign in to comment.