Skip to content

Commit eca77bd

Browse files
committed
Fix typo in javascript-in-jsx-with-curly-braces.md
1 parent be7841c commit eca77bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function formatDate(date) {
103103

104104
export default function TodoList() {
105105
return (
106-
<h1>Lista stvari iza uraditi za {formatDate(today)}</h1>
106+
<h1>Lista stvari za uraditi za {formatDate(today)}</h1>
107107
);
108108
}
109109
```

0 commit comments

Comments
 (0)