From 26e39e1544792967a65e3a90879226e3b9fecb9a Mon Sep 17 00:00:00 2001 From: Igor Adrov Date: Fri, 17 Dec 2021 14:28:06 +0300 Subject: [PATCH] docs: fix typo in floating menu docs (#2290) --- docs/api/extensions/floating-menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/extensions/floating-menu.md b/docs/api/extensions/floating-menu.md index 8377ad87..8f3b9625 100644 --- a/docs/api/extensions/floating-menu.md +++ b/docs/api/extensions/floating-menu.md @@ -24,7 +24,7 @@ Type: `HTMLElement` Default: `null` ### 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`