Skip to content

Commit

Permalink
Fix typo syncronization -> synchronization (#35132)
Browse files Browse the repository at this point in the history
Summary:
Fix typo

## Changelog
[General][Fixed] - Fixed typo syncronization -> synchronization
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[CATEGORY] [TYPE] - Message

Pull Request resolved: #35132

Reviewed By: christophpurrer

Differential Revision: D40832387

Pulled By: rshest

fbshipit-source-id: 834ece525e4469c942e678e2a3d4ecf30be4f550
  • Loading branch information
pruthvip authored and facebook-github-bot committed Oct 31, 2022
1 parent 87c356d commit ad5e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Renderer/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit ad5e3f6

Please sign in to comment.