docs: fix typo in floating menu docs (#2290)

This commit is contained in:
Igor Adrov
2021-12-17 14:28:06 +03:00
committed by GitHub
parent 73fc527be9
commit 26e39e1544

View File

@@ -24,7 +24,7 @@ Type: `HTMLElement`
Default: `null` Default: `null`
### tippyOptions ### tippyOptions
Under the hood, the `BubbleMenu` uses [tippy.js](https://atomiks.github.io/tippyjs/v6/all-props/). You can directly pass options to it. Under the hood, the `FloatingMenu` uses [tippy.js](https://atomiks.github.io/tippyjs/v6/all-props/). You can directly pass options to it.
Type: `Object` Type: `Object`