1. in the "Writing my first app" tutorial, the index.html code has
this code: prefix: 'projects/test/js',
It should be: prefix: 'projects/hello/js',
(it is harmless since we are not "commiting" till later in the
tutorial. But some people may get confused with different folders)
I noted that and I edited the document page to fix it.