Description
This PR slightly changes the code indentation in the "Powerful JavaScript plugins without jQuery" homepage section. Good catch @HiDeoo
Before
(https://twbs-bootstrap.netlify.app/)
Now
(https://deploy-preview-38112--twbs-bootstrap.netlify.app/)
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed