Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hdragomir committed Feb 28, 2016
1 parent 575d3b4 commit 770d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -8,7 +8,7 @@
<meta name=viewport content="width=device-width, initial-scale=1.0">
<script>
if (window.location.protocol !== 'https:') {
window.location.prptocol = 'https:';
window.location.protocol = 'https:';
}
</script>
</head>
Expand Down

0 comments on commit 770d3b0

Please sign in to comment.