From abe8aa9dc0108f7fda4e5a8b39a1ed7988ff308c Mon Sep 17 00:00:00 2001 From: Cody Torgerson <34144063+CodytTorgerson@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:52:03 +0100 Subject: [PATCH] fix(docs): misspelled words (#5049) Co-authored-by: Maledong --- locale/en/docs/guides/diagnostics/memory/using-heap-snapshot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/docs/guides/diagnostics/memory/using-heap-snapshot.md b/locale/en/docs/guides/diagnostics/memory/using-heap-snapshot.md index ad18686eb003f..a12d23ad065a2 100644 --- a/locale/en/docs/guides/diagnostics/memory/using-heap-snapshot.md +++ b/locale/en/docs/guides/diagnostics/memory/using-heap-snapshot.md @@ -128,7 +128,7 @@ inspector protocol: ## How to find a memory leak with Heap Snapshots -You can find a memory leak by compaing too snapshots. It's important to make +You can find a memory leak by comparing two snapshots. It's important to make sure the snapshots difference does not contain unnecessary information. Following steps should produce a clean diff between snapshots.