diff --git a/js/privatebin.js b/js/privatebin.js index 5f61de13..f302818b 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { } ); - // Get Blob URL + // Get blob URL return window.URL.createObjectURL(blob); }