From 50e1a4e040649f05136814ea799b4cdc3f6e6b2c Mon Sep 17 00:00:00 2001 From: Yugo Ogura <15419227+Spice-Z@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:06:59 -0800 Subject: [PATCH] fix typo in url (#2005) --- packages/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 0995bf4d32a9a0..6c0478e55313dc 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/micosoft/react-native-macos.git", + "url": "https://github.com/microsoft/react-native-macos.git", "directory": "packages/react-native" }, "homepage": "https://reactnative.dev/",