File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ The imperative methods <b>can</b> be applied alongside regular tooltip usage. Fo
8080
8181- ` open() ` opens the tooltip programatically. All of the arguments are optional
8282 - ` anchorSelect ` overrides the selector currently in use. Ideally, it should match only one element (e.g. ` #some-element ` )
83- - ` position ` overrides the tooltip position. Behaves the same way as the ` position ` tooltip prop
84- - ` place ` overrides the tooltip placement relative to the anchor. Behaves the same was the ` place ` tooltip prop
83+ - ` position ` overrides the tooltip position. Behaves the same as the ` position ` tooltip prop
84+ - ` place ` overrides the tooltip placement relative to the anchor. Behaves the same as the ` place ` tooltip prop
8585 - ` content ` overrides the tooltip content
8686- ` close() ` closes the tooltip programatically
8787
You can’t perform that action at this time.
0 commit comments