Skip to content

Commit 40d0f94

Browse files
Typo fix
1 parent 3a968ca commit 40d0f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/your-first-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ img { height: 181px; }
270270
```js
271271
export default function Profile() {
272272
return
273-
<img src="https://i.imgur.com/jA8hHMpm.jpg" alt="Katsuko Saruhashi" />;
273+
<img src="https://i.imgur.com/jA8hHMpm.jpg" alt="Katsuko Saruhashi" />;
274274
}
275275
```
276276

0 commit comments

Comments
 (0)