Fix typo in closure compilation tutorial

This commit is contained in:
Daniel Reiter
2015-11-03 14:37:37 -06:00
parent bb00f4dafd
commit 9cde0ab860

View File

@@ -312,7 +312,7 @@ directory:
``` ```
Note that the page includes a `script` tag referencing the `app.js` file, Note that the page includes a `script` tag referencing the `app.js` file,
which is the file resuted from the compilation. which is the file resulting from the compilation.
You are done! You are done!