Skip to content

Commit f8f53fa

Browse files
committed
updating detector copy
1 parent 19eb843 commit f8f53fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Detector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Detector = {
3030
if ( ! this.webgl ) {
3131

3232
element.innerHTML = [
33-
'Either your graphics card or your browser do not support WebGL. Try <a href="http://www.google.com/chrome/" style="color:#ffffff; text-decoration:underline; text-transform:capitalize">Google Chrome</a><br>',
33+
'Either your graphics card or your browser does not support WebGL.. Try <a href="http://www.google.com/chrome/" style="color:#ffffff; text-decoration:underline; text-transform:capitalize">Google Chrome</a><br>',
3434
'or <a href="http://www.khronos.org/webgl/wiki_1_15/index.php/Getting_a_WebGL_Implementation" style="color:#ffffff; text-decoration:underline; text-transform:none">view a list</a> of WebGL compatible browsers.'
3535
].join( '\n' );
3636

0 commit comments

Comments
 (0)