Skip to content

Commit aa6e1cf

Browse files
committed
fix typo
1 parent b5adc22 commit aa6e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ import { process } from "react-native-css-media-query-processor";
118118
import { Dimensions } from "react-native";
119119

120120
const win = Dimensions.get("window");
121-
const matchObj = {
121+
const matchObject = {
122122
width: win.width,
123123
height: win.height,
124124
orientation: win.width > win.height ? "landscape" : "portrait",

0 commit comments

Comments
 (0)