Browse Source

spelling fix

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
f08370677b
  1. 2
      lib/multi_caching.js

2
lib/multi_caching.js

@ -1,7 +1,7 @@
var async = require('async');
/**
* Module that lets you specify a hiearchy of caches.
* Module that lets you specify a hierarchy of caches.
*/
var multi_caching = function (caches) {
var self = {};

Loading…
Cancel
Save