A framework for building native applications using React
Fixing typos (#55047)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/55047 Changelog: [Internal] Fixed typos found through comprehensive recursive scan of the react-native-github directory. **Fixed typos:** 1. "accomodate" → "accommodate" in CHANGELOG-0.6x.md 2. "occured" → "occurred" in LaunchUtils.js 3. "compatability" → "compatibility" in 7 Renderer files 4. "recieved" → "received" in PointerEvent test files (6 instances) 5. "seperated" → "separated" in ImageExample.js **Total: 16 typo instances fixed across 10 files** All typos were found by scanning ~3000 text files (excluding dist/third-party/node_modules) using pattern matching for common misspellings. Reviewed By: javache Differential Revision: D89799362 fbshipit-source-id: 73e9123dc0bae3c1ce8e374f4752404ab7345347
P
Pierre Moulon committed
6587beab88120c8f8d3563e1bb4740e8359391e9
Parent: 36a0d9e
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 1/6/2026, 11:23:09 AM