Skip to content

Commit 399e31f

Browse files
committed
Fix typo: smilling -> smiling
1 parent 016e46e commit 399e31f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lesson01/data/products.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const products = [
174174
{
175175
"price": 2.79,
176176
"unit": "lb",
177-
"name": "Smilling Cookies",
177+
"name": "Smiling Cookies",
178178
"description": "Delicious sandwich cookies with creamy chocolate filling that always smile back to you, even knowing that you will eat them.",
179179
"image": "../images/products/smiley_cookies.jpg",
180180
"tags": [

Lesson01/sample_002/sample-store-front.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h1 class="title">Welcome to Fresh Products Store!</h1>
248248
<div class="item">
249249
<div class="image"><img src="../images/products/smiley_cookies.jpg" /></div>
250250
<div class="content">
251-
<a class="header">Smilling Cookies</a>
251+
<a class="header">Smiling Cookies</a>
252252
<div class="meta">
253253
<span>$2.79 / lb</span>
254254
</div>

Lesson03/exercise_004/products.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{
175175
"price": 2.79,
176176
"unit": "lb",
177-
"name": "Smilling Cookies",
177+
"name": "Smiling Cookies",
178178
"description": "Delicious sandwich cookies with creamy chocolate filling that always smile back to you, even knowing that you will eat them.",
179179
"image": "../images/products/smiley_cookies.jpg",
180180
"tags": [

0 commit comments

Comments
 (0)