minor typo

This commit is contained in:
Andrew Rodrigues
2017-08-25 15:53:35 -04:00
committed by GitHub
parent ececfe9a77
commit 60e0f4ced9

View File

@@ -18,7 +18,7 @@ app.cacheBuster = null;
configurable: true,
enumerable: true,
get: function () {
console.warn('[deprecated] Accessing benchpress (formerly know as templates.js) globally is deprecated. Use `require(["benchpress"], function (Benchpress) { ... })` instead');
console.warn('[deprecated] Accessing benchpress (formerly known as templates.js) globally is deprecated. Use `require(["benchpress"], function (Benchpress) { ... })` instead');
return Benchpress;
},
});