Skip to content

Commit 4c2ea02

Browse files
committed
fix: typo
1 parent 21076ea commit 4c2ea02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ yarn add react-reading-panel
5353
```jsx
5454
<ReadingPanel targetId="sample"></ReadingPanel>
5555
<p id="sample">
56-
Text to be changes
56+
Text to be changed
5757
</p>
5858
```
5959

@@ -63,7 +63,7 @@ yarn add react-reading-panel
6363
```jsx
6464
<ReadingPanel targetClass="sample"></ReadingPanel>
6565
<p className="sample">
66-
Text to be changes
66+
Text to be changed
6767
</p>
6868
```
6969

0 commit comments

Comments
 (0)