Fixed typos.

This commit is contained in:
Mike Boone 2015-10-04 20:59:53 -04:00
parent 99c2362ee8
commit 5a4d7352f1
12 changed files with 14 additions and 14 deletions

View file

@ -43,7 +43,7 @@ class Middleman::Extensions::CacheBuster < ::Middleman::Extension
else
# It's a template, possible with partials. We can't really
# know when it's updated, so generate fresh cache buster every
# time during developement
# time during development
http_path << '?' + Time.now.strftime('%s')
end
end