From 7efd3c035d916fb3e5929c0833f92f25e2071dee Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sat, 30 May 2026 10:24:17 +0100 Subject: [PATCH] Fix word in breaking down requirements agenda --- .../en/module/checkpoint/practice-break-down/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-content/en/module/checkpoint/practice-break-down/index.md b/common-content/en/module/checkpoint/practice-break-down/index.md index 5dcb6da40..41da27fda 100644 --- a/common-content/en/module/checkpoint/practice-break-down/index.md +++ b/common-content/en/module/checkpoint/practice-break-down/index.md @@ -24,7 +24,7 @@ We will practice this together on the two of the requirements of the project: To complete these requirements we'd need to build most of the project! So we'll focus on simplified versions of these requirements: -- When the page loads, display one bookmark from User 1's stored agenda +- When the page loads, display one bookmark from User 1's stored bookmarks - When clicking a button, add a {{}}Hard-coding refers to when developers directly write values or data into code, often replacing variables or user input with static values.{{}} bookmark to User 1 To complete the full requirements, you can build on the tasks we decide on today.