I'm convinced it's a minor mistake, but I can't seem to spot it. I'm following this edureka guide here: https://youtu.be/jeZ-URjZM_M?t=978
This is the code:
<div class="btn-group">
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</button>
<div id="dropdown" class="dropdown-menu" x-placement="bottom-start">
<a href="#" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">shop</a>
<a href="#" class="dropdown-item">cart</a>
<a href="#" class="dropdown-item">checkout</a>
Cheers