aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/example.js
diff options
context:
space:
mode:
authorMisko Hevery2012-05-25 13:56:13 -0700
committerMisko Hevery2012-06-02 16:02:04 -0700
commit2356c216509defef8d78c4cbaa1306622f771b3c (patch)
treec6bdef80768875e87d5f0720a2c0da9b78d5ceb6 /docs/src/example.js
parent275e5335dcecb1d5af014267b61c0b75173f5b68 (diff)
downloadangular.js-2356c216509defef8d78c4cbaa1306622f771b3c.tar.bz2
doc(ngdoc): proper label for source and demo section
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 44a74b23..c85e1d0e 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>Demo Source Code</h1>\n' +
+ return '<h1>Source</h1>\n' +
this.toHtmlEdit() +
this.toHtmlTabs() +
- '<h1>Demo Source Code</h1>\n' +
+ '<h1>Demo</h1>\n' +
this.toHtmlEmbed();
};