From b3a98dc5e54efa85f202e5645d5b2e6cb14b5429 Mon Sep 17 00:00:00 2001 From: Bartol Karuza Date: Thu, 3 Oct 2019 06:56:14 -0700 Subject: [PATCH] chore(docs): typo (#566) Summary: ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/566 Differential Revision: D17737731 Pulled By: passy fbshipit-source-id: f2aac8d7b256b3d2849942c42581046944bc11c9 --- docs/features/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/index.md b/docs/features/index.md index 90789e9ce..726b3b5ad 100644 --- a/docs/features/index.md +++ b/docs/features/index.md @@ -3,7 +3,7 @@ id: index title: Features --- -Flipper itself only provides the architectural platform. What makes it useful are the plugins built on top of it: [Logs](logs-plugin.md), [Layout Inspector](layout-plugin.md) and [Network Inspector](network-plugin.md) are all plugins. Plugins can be built very specific to your business logic and the use-cases you have in your app. We are shipping Flipper with a couple of built-in all-purpose plugins, but we encourage you to build your own. Each plugin plugin needs to be enabled individually. +Flipper itself only provides the architectural platform. What makes it useful are the plugins built on top of it: [Logs](logs-plugin.md), [Layout Inspector](layout-plugin.md) and [Network Inspector](network-plugin.md) are all plugins. Plugins can be built very specific to your business logic and the use-cases you have in your app. We are shipping Flipper with a couple of built-in all-purpose plugins, but we encourage you to build your own. Each plugin needs to be enabled individually. ![Layout plugin](/docs/assets/plugins.png)