Skip to content

Commit 5d480bc

Browse files
authored
Merge pull request #2720 from alexnils/patch-3
fix clear symbol
2 parents 87438e5 + 9e45d78 commit 5d480bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ and age
515515
{friends[0].age}
516516
```
517517

518-
After correcting the error, you should clear the console error messages by pressing Ø and then reload the page content and make sure that no error messages are displayed.
518+
After correcting the error, you should clear the console error messages by pressing 🚫 and then reload the page content and make sure that no error messages are displayed.
519519

520520
A small additional note to the previous one. React also allows arrays to be rendered <i>if</i> the array contains values ​​that are eligible for rendering (such as numbers or strings). So the following program would work, although the result might not be what we want:
521521

0 commit comments

Comments
 (0)