From 235ff6c926e055d1a7b6cdc1f6ed22b1ee95b46e Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Thu, 9 Jun 2022 05:45:28 -0700 Subject: [PATCH] index.mdx (Under the Hood - Introduction) Summary: Restyle of page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: lblasa Differential Revision: D37003485 fbshipit-source-id: c36fde0d7962e079f369836b1b8581b82a2f5934 --- docs/internals/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/internals/index.mdx b/docs/internals/index.mdx index bdb15691c..c270b1f3c 100644 --- a/docs/internals/index.mdx +++ b/docs/internals/index.mdx @@ -1,8 +1,9 @@ --- id: index -title: Internals -sidebar_label: Internals +title: Introduction +sidebar_label: Introduction --- -This part of the site is for those interested in **how** Flipper works, to help those wanting to modify the source code of the application itself. +This part of the site is for those interested in **how** Flipper works 'under the hood'. +The information contained within this section's pages help Developers modify the source code of the application itself.