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.