From 77f3b9f2e6731fe167a07df03018ba1da0ddcca9 Mon Sep 17 00:00:00 2001
From: Evgeny Vereshchagin
Date: Thu, 21 May 2015 11:48:47 +0300
Subject: [PATCH] Fix broken link to Angular version of TodoMVC
---
docs/javascript-debugging.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/javascript-debugging.html b/docs/javascript-debugging.html
index 1568e6a..7f39fc0 100644
--- a/docs/javascript-debugging.html
+++ b/docs/javascript-debugging.html
@@ -72,7 +72,7 @@ which will display all open scripts.
Add and remove breakpoints
-In the Sources panel, open a JavaScript file for debugging. In the example below, we are debugging the todoCtrl.js file from the AngularJS version of TodoMVC.
+In the Sources panel, open a JavaScript file for debugging. In the example below, we are debugging the todoCtrl.js file from the AngularJS version of TodoMVC.