Merge pull request #4371 from dtreiter/master

Fix typo in closure compilation tutorial
This commit is contained in:
Éric Lemoine
2015-11-03 21:52:52 +01:00

View File

@@ -312,7 +312,7 @@ directory:
```
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!