Skip to content

Commit 3eec04d

Browse files
committed
Fix small typo
1 parent 3fbccb9 commit 3eec04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/tricks/single.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<div class="col-lg-9 col-md-8">
102102
<div id="disqus_thread"></div>
103103
<script type="text/javascript">
104-
var disqus_shortname = 'YOUR DISQUIS SHORTNAME HERE';
104+
var disqus_shortname = 'YOUR DISQUS SHORTNAME HERE';
105105
var disqus_identifier = '{{$trick->id}}';
106106
107107
(function() {

0 commit comments

Comments
 (0)