diff --git a/public/dependencies.js b/public/dependencies.js
index 7d48e5b7..dca218c9 100644
--- a/public/dependencies.js
+++ b/public/dependencies.js
@@ -88,7 +88,7 @@ var hljs=new function(){function l(o){return o.replace(/&/gm,"&").replace(/<
xhrError: "This content failed to load.",
imgError: "This image failed to load.",
- // accessbility
+ // accessibility
returnFocus: true,
trapFocus: true,
@@ -103,7 +103,7 @@ var hljs=new function(){function l(o){return o.replace(/&/gm,"&").replace(/<
return this.rel;
},
href: function() {
- // using this.href would give the absolute url, when the href may have been intedned as a selector (e.g. '#container')
+ // using this.href would give the absolute url, when the href may have been intended as a selector (e.g. '#container')
return $(this).attr('href');
},
title: function() {
@@ -145,7 +145,7 @@ var hljs=new function(){function l(o){return o.replace(/&/gm,"&").replace(/<
$prev,
$close,
$groupControls,
- $events = $(''), // $({}) would be prefered, but there is an issue with jQuery 1.4.2
+ $events = $(''), // $({}) would be preferred, but there is an issue with jQuery 1.4.2
// Variables for cached values or use across multiple functions
settings,