Add Elements within your Bootstrap Wells i can find the error!

Tell us what’s happening:

I don’t know what I’m doing wrong!! could you help me to find the error in my code please??

Your code so far

<div class="container-fluid">
  <h3 class="text-primary text-center">jQuery Playground</h3>
  <div class="row">
    
    <div class="col-xs-6">
      <div class="well">
<buttom class="btn btn-block btn-info"> info </buttom>
<buttom class="btn btn-block btn-info"> info </buttom>
<buttom class="btn btn-block btn-info"> info </buttom>

      </div>
    </div>
    
    <div class="col-xs-6">
      <div class="well">
<buttom class="btn btn-block btn-info"> info </buttom>
<buttom class="btn btn-block btn-info"> info </buttom>
<buttom class="btn btn-block btn-info"> info </buttom>

      </div>
    </div>
  </div>
</div>

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/add-elements-within-your-bootstrap-wells

Well, at first glance, I’d change the elements buttom to button.

Yes, when I change all 12 of those to the correct spelling, it passes.

I´m an ass hole!!! Thank you Kevin!!

Trust me, we’ve all been there. Many times.

I just happened to me! Thanks for your help bro!!!

just add a button with class "wells" for six times within the div Elements