Skip to content

Commit 7a8215b

Browse files
authored
docs: fix minor grammar issue in docs intro
1 parent 8100b8a commit 7a8215b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
[![License][license-image]][license-url]
77
[![Downloads][downloads-image]][downloads-url]
88

9-
React implementation of the
10-
[Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
11-
to tell you when an element enters or leaves the viewport. Contains both a
12-
[Hooks](#useinview-hook), [render props](#render-props) and
13-
[plain children](#plain-children) implementation.
9+
A React implementation of the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
10+
to tell you when an element enters or leaves the viewport. Contains [Hooks](#useinview-hook), [render props](#render-props), and [plain children](#plain-children) implementations.
1411

1512
## Features
1613

0 commit comments

Comments
 (0)