themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.3k stars 710 forks source link

Fix typos in tooltips.md and javascript.md #817

Closed Lexachoc closed 3 months ago

Lexachoc commented 4 months ago

typo in the Placement section of Tooltip component: data-tooltip-placement="{top|right|bottom"left}" should be data-tooltip-placement="{top|right|bottom|left}"

See: https://github.com/themesberg/flowbite/issues/816#issue-2152773500


and also typo in end of Instance manager FlowbiteInstance.getInstances('Modal'); should be FlowbiteInstances.getInstances('Modal');

stackblitz[bot] commented 4 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

zoltanszogyenyi commented 3 months ago

Thanks @Lexachoc for the PR. Merged!