Skip to content

Commit 2f6836c

Browse files
authored
Fix typos in project 3A HTML file
1 parent 54be6a6 commit 2f6836c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project-3/proj3.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<header>
10-
<h1>Project 3A: Image Wrapping and Mosaicing</h1>
10+
<h1>Project 3A: Image Warpping and Mosaicing</h1>
1111
<div align="center">
1212
<p>
1313
by Daniel Cheng | October 16, 2025
@@ -19,7 +19,7 @@ <h1>Project 3A: Image Wrapping and Mosaicing</h1>
1919
<h3>Part 1</h3>
2020

2121
<p>
22-
Below are 2 examples of set images that we can wrap to form a larger combined image.
22+
Below are 2 examples of set images that we can warp to form a larger combined image.
2323
</p>
2424

2525
<div style="display:flex; flex-wrap:wrap; justify-content:center; text-align:center;">
@@ -90,7 +90,7 @@ <h3>Part 2</h3>
9090
</code></pre>
9191

9292
<p>
93-
This will allow us to wrap the right image such that the window above will match the one in the center image.
93+
This will allow us to warp the right image such that the window above will match the one in the center image.
9494
</p>
9595
<hr>
9696

0 commit comments

Comments
 (0)