Skip to content

Commit 4e384bd

Browse files
docs: minor
1 parent 4b95e5d commit 4e384bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs/examples/state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Only do this if you need some more complex behavior.
4646

4747
This is a very simple example in which hovering over any anchor element opens the tooltip, but it can only be closed by clicking the last anchor.
4848

49-
It is just a demonstration, but you can come up with use cases as complex as you can imagine.
49+
It is just a demonstration, and you can come up with use cases as complex as you can imagine.
5050

5151
```jsx
5252
import { useState } from 'react';

docs/docs/upgrade-guide/changelog-v4-v5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_position: 1
44

55
# Changelog V4 -> V5
66

7-
If you are using V4 and want to upgrade to V5, you see what changed below.
7+
If you are using V4 and want to upgrade to V5, you can see what changed below.
88

99
## From V4 to V5
1010

11-
V4 was a great react tooltip component but was built a few years ago, it was built with react class components and it's hard to maintain and for the community give contributions.
11+
V4 was a great react tooltip component but was built a while ago using React class components, whick makes it hard to maintain, and for the community give contributions.
1212

13-
With this in mind, we built a new version of react tooltip using [floating-ui](https://floating-ui.com/) behind the scenes.
13+
With this in mind, we built a new version of ReactTooltip using [floating-ui](https://floating-ui.com/) behind the scenes.
1414
This resulted in a great improvement in performance, and made it easier for the community to contribute to the project.
1515

1616
## Improvements
@@ -87,4 +87,4 @@ This resulted in a great improvement in performance, and made it easier for the
8787

8888
---
8989

90-
Please see [all V5 options here](../options.mdx).
90+
Check [all V5 options here](../options.mdx).

0 commit comments

Comments
 (0)