diff --git a/Sprint-3/todo-list/02-guide_to_modularize_code.md b/Sprint-3/todo-list/02-guide_to_modularize_code.md index ce90c3905..6c234b6fc 100644 --- a/Sprint-3/todo-list/02-guide_to_modularize_code.md +++ b/Sprint-3/todo-list/02-guide_to_modularize_code.md @@ -36,7 +36,7 @@ It focuses on: - ✅ What operations are needed to support data access and manipulation ### The UI Part of a Web App - +. This is the part of the app that interacts with the user interface (UI). It focuses on: diff --git a/Sprint-3/todo-list/index.html b/Sprint-3/todo-list/index.html index 4d12c4654..e5916ef4f 100644 --- a/Sprint-3/todo-list/index.html +++ b/Sprint-3/todo-list/index.html @@ -14,9 +14,12 @@