docs(guide/bootstrap): close script tag

Closes #9739
This commit is contained in:
Jackson Ray Hamilton
2014-10-21 21:41:26 -07:00
committed by Caitlin Potter
parent 8354d02805
commit 34230b30b7

View File

@@ -20,7 +20,7 @@ initialization.
<html xmlns:ng="http://angularjs.org" ng-app>
<body>
...
<script src="angular.js">
<script src="angular.js"></script>
</body>
</html>
```