Build a Cat Blog Page - Step 3

Tell us what’s happening:

Step 3 Cat Blog Page
I answered the question correctly ( Mr. Whiskers’ Blog) , but the box below tells me I need to check my spelling.
Has anyone else had this issue? Can someone advise where I may be going wrong? Thanks in advance.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

    <head>
    <meta charset="UTF-8">
    <title> Mr. Whiskers' Blog </title>
    </head>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 3

Welcome to the forum

The title element’s text should be Mr. Whiskers' Blog.

You need to copy the highlighted text exactly, including puctuation, spacing and capitalization

Make sure your text touches the brackets and doesn’t include extra spaces.

Ensure that you have the exact text since it is case sensitive and can error even with a slight space.