From f506bbde6b46b79c96d7c19934d7fd2d43bec976 Mon Sep 17 00:00:00 2001 From: Alvin Xu Date: Wed, 11 Jan 2023 10:52:56 -0800 Subject: [PATCH] Fix 'Isues or questions' in ios-native documentation Summary: Same issue as D42282609 (https://github.com/facebook/flipper/commit/2f4c88c8d1f6a17d76dd2ec8e0f115348ea197f4) but on different page. Missed this one in earlier diff. Fix typo in 'Isues or questions' on ios-native. zbgs search, should now be fixed on all pages. https://www.internalfb.com/intern/staticdocs/flipper/docs/getting-started/ios-native/ Differential Revision: D42444164 fbshipit-source-id: 91be4c41caea7549f278ca4621bb3b54f024b9b8 --- docs/getting-started/ios-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index a31203131..b5f607f08 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -152,6 +152,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { Finally, you need to add plugins to your Flipper client. The Layout Inspector plugin is shown above to get you started. See [Network Plugin](../setup/plugins/network.mdx) and [Layout Inspector Plugin](../features/plugins/inspector.mdx) for information on how to add them and enable Litho or ComponentKit support. You can check the sample apps in the [GitHub repo](https://github.com/facebook/flipper) for examples of integrating other plugins. -## Isues or questions +## Issues or questions If you encounter any issues or have any questions, refer to the [Troubleshooting](troubleshooting/troubleshooting.mdx) section.