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--