Fix typo 'Isues and Questions' in documentation

Summary:
Someone https://github.com/facebook/flipper/pull/4413 already submitted a PR for D42282801 for T141305192 so i figured i'd give it to them. However, that only covered ios-native documentation.

found/fixed the other instances of the typo in android-native and react-native-ios

https://www.internalfb.com/intern/staticdocs/flipper/docs/getting-started/android-native/

https://www.internalfb.com/intern/staticdocs/flipper/docs/getting-started/react-native-ios/

Differential Revision: D42282609

fbshipit-source-id: 3e6b34a8e828334784ed42dc33c12df8a726f124
This commit is contained in:
Alvin Xu
2022-12-29 19:45:03 -08:00
committed by Facebook GitHub Bot
parent ec8d34d556
commit 2f4c88c8d1
2 changed files with 2 additions and 2 deletions

View File

@@ -139,6 +139,6 @@ Above, the Layout Inspector plugin has been added to get you started. See the <L
For examples of integrating other plugins, take a look at the sample apps in the [GitHub repo](https://github.com/facebook/flipper).
## Isues or questions
## Issues or questions
If you encounter any issues or have any questions, refer to the [Troubleshooting](troubleshooting/troubleshooting.mdx) section.

View File

@@ -206,7 +206,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
Lastly, open the Flipper desktop app, and run `yarn ios` in your terminal.
## Isues or questions
## Issues or questions
If you encounter any issues or have any questions, refer to the [Troubleshooting](troubleshooting/troubleshooting.mdx) section.