Description
This is a minor fix in the tooltip's page's options section that mentioned 'popover' instead of 'tooltip'. The corresponding page in popover documentation is https://twbs-bootstrap.netlify.app/docs/5.3/components/popovers/#options.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines - (N/A) 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