There’s one problem with the description in index.html.
Fix the issue, but don’t change the description itself.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<!DOCTYPE html>

<html>
  <head>
    <title>My JS blog</title>
    <meta content="This is my blog about becoming the best JS developer.">
  </head>
</html>