Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Morek committed Jan 30, 2014
1 parent 4ad5969 commit d1ff39d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="//use.typekit.net/ghy0wve.js"></script>
<script type="text/javascript">
try{Typekit.load();}catch(e){}

</script>
<script src="js/prism.js"></script>
<script src="js/index.js"></script>
Expand All @@ -30,12 +30,12 @@ <h1>You might <span class="highlighted">no</span>t need <span class="highlighted
<p>jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.</p>
<p>
If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.
Maybe you can include a few lines of utility code, and forgoe the requirement. If you're only targeting more modern browsers,
Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers,
you might not need anything more than what the browser ships with.
</p>
<p>
At the very least, make sure you know what jQuery is doing for you, and what it's not. Some developers believe that jQuery
is protecting us from a great demon of browser incompability when, in truth, post-IE8, browsers are pretty easy to
is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to
deal with on their own.
</p>
</div>
Expand Down Expand Up @@ -1460,10 +1460,10 @@ <h4>jQuery</h4>
var peeps = ['adamfschwartz', 'zackbloom']
else
var peeps = ['zackbloom', 'adamfschwartz']

document.write('<p>Made by <a href="http://twitter.com/'+ peeps[0] + '">@' + peeps[0] + '</a> and <a href="http://twitter.com/' + peeps[1] + '">@' + peeps[1] + '</a> at <a href="http://dev.hubspot.com">HubSpot</a>.</p>');
})()

</script>
</footer>
</div>
Expand All @@ -1474,7 +1474,7 @@ <h4>jQuery</h4>
n.id=i;n.src='//js.hubspot.com/analytics/'+(Math.ceil(new Date()/r)*r)+'/51294.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);

</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand All @@ -1483,7 +1483,7 @@ <h4>jQuery</h4>
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45159009-1', 'hubspot.com');
ga('send', 'pageview');

</script>
<script>
(function(){
Expand All @@ -1492,12 +1492,12 @@ <h4>jQuery</h4>
recommends = ['hubspotdev', 'zackbloom', 'adamfschwartz'];
else
recommends = ['hubspotdev', 'adamfschwartz', 'zackbloom'];

button = document.querySelector('.twitter-share-button');
if (button)
button.setAttribute('data-related', recommends.join(','));
})();
</script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<div style="-webkit-transform: translateZ(0);"></div>
</body>
</body>

0 comments on commit d1ff39d

Please sign in to comment.