aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/example.js
diff options
context:
space:
mode:
authorMisko Hevery2012-05-29 16:25:21 -0700
committerMisko Hevery2012-08-27 21:20:51 -0700
commit152537c4e939baefa516c507c33fcc753c20b934 (patch)
treea1b243c5fe678f77aeb815d6a60c365b4f2cd6e9 /docs/src/example.js
parent8b46bf6bc9a98871b30bd6940b4d7198722534c9 (diff)
downloadangular.js-152537c4e939baefa516c507c33fcc753c20b934.tar.bz2
doc(guide): add concepts
Diffstat (limited to 'docs/src/example.js')
-rw-r--r--docs/src/example.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/example.js b/docs/src/example.js
index c85e1d0e..7477b0a5 100644
--- a/docs/src/example.js
+++ b/docs/src/example.js
@@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) {
};
exports.Example.prototype.toHtml = function() {
- return '<h1>Source</h1>\n' +
+ return '<h2>Source</h2>\n' +
this.toHtmlEdit() +
this.toHtmlTabs() +
- '<h1>Demo</h1>\n' +
+ '<h2>Demo</h2>\n' +
this.toHtmlEmbed();
};