Whats wrong with my code please

Tell us what’s happening:

Your code so far

<h3 class="text-primary""text-centre">JQuery playground</h3>



Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/create-a-bootstrap-headline

The class-Attribute on a HTML Tag takes space separated values, in your case this would look something like this:

<h3 class="text-primary text-centre">JQuery playground</h3>