Skip to content

Commit 5023a43

Browse files
committed
docs: fix typo
1 parent c369e13 commit 5023a43

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

PERFORMANCE.md

Whitespace-only changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm][version-badge]][version]
44
[![MIT License][license-badge]][license]
55

6-
Helpers that let you observe the value of an [Animated][animated] or [Reanimated][reanimated] values and convert between them using native events.
6+
Helpers that let you observe [Animated][animated] or [Reanimated][reanimated] values and convert between them using native events.
77

88
## Use case
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-animated-observer",
33
"version": "0.2.2",
4-
"description": "A component that lets you observe value of an Animated or Reanimated values and convert between them",
4+
"description": "A component that lets you observe Animated or Reanimated values and convert between them",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)