Skip to content

Commit 9886d6b

Browse files
committed
Missing letter typo (sizelss vs sizeless)
1 parent 0a07c9d commit 9886d6b

File tree

1 file changed

+1
-1
lines changed
  • exercises/06.styling/01.problem.style

1 file changed

+1
-1
lines changed

exercises/06.styling/01.problem.style/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const smallBox = <div>small lightblue box</div>
1414
const mediumBox = <div>medium pink box</div>
1515
const largeBox = <div>large orange box</div>
1616

17-
// 💰 the sizelssColorlessBox should still be a box, just with no size or color
17+
// 💰 the sizelessColorlessBox should still be a box, just with no size or color
1818
const sizelessColorlessBox = <div>sizeless colorless box</div>
1919

2020
function App() {

0 commit comments

Comments
 (0)