Skip to content

Commit c19a861

Browse files
docs: imperative mode
1 parent 4eb5128 commit c19a861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/examples/imperative-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)