From e46bc84152d7b8df0b01cb4e277d7f52caebccc0 Mon Sep 17 00:00:00 2001 From: Akshat Sharma <83509798+akshatsh0610@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:22:13 +0530 Subject: [PATCH] fix(curriculum) : Clarify book catalog lab instructions (#57874) --- .../lab-book-catalog-table/66ec4c8e9878d8441956516f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-book-catalog-table/66ec4c8e9878d8441956516f.md b/curriculum/challenges/english/25-front-end-development/lab-book-catalog-table/66ec4c8e9878d8441956516f.md index 4c5ca586552..d568b2eeaf8 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-book-catalog-table/66ec4c8e9878d8441956516f.md +++ b/curriculum/challenges/english/25-front-end-development/lab-book-catalog-table/66ec4c8e9878d8441956516f.md @@ -18,7 +18,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab 1. Your table should have a table body element with at least five rows in it. 1. Each row in your table body should have four table data elements that display the book's Title, Author, Genre, and Publication Year. 1. Your table should have a table footer element with one row in it. -1. The row in your table footer element should have a table data element that spans four columns and has the text `Total Books: [number of books in your table]`. +1. The row in your table footer element should have a table data element that spans four columns and has the text `Total Books: N` where `N` should be replaced by the number of books in your table. # --hints--