We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ab664 commit 248cad5Copy full SHA for 248cad5
test/push.js
@@ -27,7 +27,7 @@ function main() {
27
builder.load('requirejs/test.js' , __dirname + '/requirejs/test.js' , 'application/javascript')
28
builder.load('browserify/test.js' , __dirname + '/browserify/browserified.js' , 'application/javascript')
29
30
- // Each test is has a page, made from a common template.
+ // Each test is a web page, made from a common template.
31
builder.template = __dirname + '/page.tmpl.html'
32
33
builder.doc({_id:'browser' , name:'Browser (full)' , script:'request.js', start_me:true})
0 commit comments