Skip to content

Commit f832157

Browse files
committed
Fix title in errors demo.
1 parent 98976b9 commit f832157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demos/error-logging-angularjs/index.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55

66
<title>
7-
Logging Client-Side Errors With AngularJS And PrintStackTrace
7+
Logging Client-Side Errors With AngularJS And Stacktrace.js
88
</title>
99

1010
<style type="text/css">
@@ -19,7 +19,7 @@
1919
<body>
2020

2121
<h1>
22-
Logging Client-Side Errors With AngularJS And PrintStackTrace
22+
Logging Client-Side Errors With AngularJS And Stacktrace.js
2323
</h1>
2424

2525
<p>

index.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>
1414

1515
<ol>
1616
<li>
17-
<a href="./demos/error-logging-angularjs/">Logging Client-Side Errors With AngularJS And PrintStackTrace</a>
17+
<a href="./demos/error-logging-angularjs/">Logging Client-Side Errors With AngularJS And Stacktrace.js</a>
1818
</li>
1919
<li>
2020
<a href="./demos/mixed-ng-switch/">Mixing Static Content With ngSwitch / ngSwitchWhen In AngularJS</a>

0 commit comments

Comments
 (0)