-
Notifications
You must be signed in to change notification settings - Fork 24.8k
chore: Fix RNTester typos #34757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix RNTester typos #34757
Conversation
|
Base commit: 59f25da |
Base commit: 59f25da |
376aac3
to
dc191c9
Compare
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @gabrieldonadel in c2b699a. When will my fix make it into a release? | Upcoming Releases |
Summary: While working on facebook#34550 I noticed that a couple of words inside the RNTester package were misspelled, this gave me the idea to test other files as well using the VS Code extension [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) which unveiled quite a few other typos. ## Changelog [Internal] [Fixed] - Fix RNTester typos Pull Request resolved: facebook#34757 Test Plan: Shouldn't require much testing as this is just fixing some typos inside the RNTester package. Reviewed By: dmytrorykun Differential Revision: D39722889 Pulled By: cortinico fbshipit-source-id: a575ab8337586c5fe2d68ce73d2aae27d24a6384
Summary
While working on #34550 I noticed that a couple of words inside the RNTester package were misspelled, this gave me the idea to test other files as well using the VS Code extension Code Spell Checker which unveiled quite a few other typos.
Changelog
[Internal] [Fixed] - Fix RNTester typos
Test Plan
Shouldn't require much testing as this is just fixing some typos inside the RNTester package.