From ad5e3f6b9ae870cbfcef2874511915c5dc309ce8 Mon Sep 17 00:00:00 2001 From: atp Date: Mon, 31 Oct 2022 02:32:58 -0700 Subject: [PATCH] Fix typo syncronization -> synchronization (#35132) Summary: Fix typo ## Changelog [General][Fixed] - Fixed typo syncronization -> synchronization [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/35132 Reviewed By: christophpurrer Differential Revision: D40832387 Pulled By: rshest fbshipit-source-id: 834ece525e4469c942e678e2a3d4ecf30be4f550 --- Libraries/Renderer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Renderer/README.md b/Libraries/Renderer/README.md index 0462f897e8d2ed..d7f278751a844a 100644 --- a/Libraries/Renderer/README.md +++ b/Libraries/Renderer/README.md @@ -1,7 +1,7 @@ # React & React Native Versions This page describes how React and React Native versions interact each other. -The version alignment between the two frameworks relies on two syncronization points: +The version alignment between the two frameworks relies on two synchronization points: 1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1](https://github.com/facebook/react-native/blob/0.68-stable/template/package.json#L12-L15) the versions are aligned as follows: