Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2356c21

Browse files
committed
doc(ngdoc): proper label for source and demo section
1 parent 275e533 commit 2356c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) {
5858
};
5959

6060
exports.Example.prototype.toHtml = function() {
61-
return '<h1>Demo Source Code</h1>\n' +
61+
return '<h1>Source</h1>\n' +
6262
this.toHtmlEdit() +
6363
this.toHtmlTabs() +
64-
'<h1>Demo Source Code</h1>\n' +
64+
'<h1>Demo</h1>\n' +
6565
this.toHtmlEmbed();
6666
};
6767

0 commit comments

Comments
 (0)