From eea566f35a61912bcf5bdcce789a5bff424250b0 Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Wed, 27 Apr 2022 04:39:32 -0700 Subject: [PATCH] overview.mdx (Features - Leak Canary) Summary: Restyle of the page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: passy Differential Revision: D35899228 fbshipit-source-id: 4ade5b28f1634e792fcf4582fe163d02e2f4fab4 --- desktop/plugins/public/leak_canary/docs/overview.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/desktop/plugins/public/leak_canary/docs/overview.mdx b/desktop/plugins/public/leak_canary/docs/overview.mdx index f22979506..959213adb 100644 --- a/desktop/plugins/public/leak_canary/docs/overview.mdx +++ b/desktop/plugins/public/leak_canary/docs/overview.mdx @@ -1,8 +1,10 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; -The LeakCanary plugin provides developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library. +:::note +This plugin is only available for Android. +::: -Leaks detected by LeakCanary will appear automatically in Flipper. Each leak will display a hierarchy of objects, beginning from the garbage collector root and ending at the leaked class. -Selecting any object in this list will display contents of the object's various fields. +The LeakCanary plugin provides Developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library. -Note: this plugin is only available for Android. +Leaks detected by LeakCanary appear automatically in Flipper. Each leak displays a hierarchy of objects, beginning with the garbage collector root and ending at the leaked class. +Selecting any object in this list displays contents of the object's various fields.