From 7ceceda72c2e2a807a17d911c457d2520185240d Mon Sep 17 00:00:00 2001 From: Zhan Wang Date: Mon, 25 Nov 2019 15:58:15 +0000 Subject: [PATCH] Fix typo in snapshot_profiling.md. heapsnaphsot -> heapsnapshot Change-Id: I27a879ab266dd56d949c4c9bb5bb415a9ad03991 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/126164 Reviewed-by: Martin Kustermann Commit-Queue: Martin Kustermann --- runtime/docs/snapshot_profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/docs/snapshot_profiling.md b/runtime/docs/snapshot_profiling.md index 596bda20545..a5b1cf536da 100644 --- a/runtime/docs/snapshot_profiling.md +++ b/runtime/docs/snapshot_profiling.md @@ -6,7 +6,7 @@ The VM supports profiling the size of AOT snapshots by leveraging the object-gra To generate a snapshot profile, simply pass the `--write-v8-snapshot-profile-to=` flag to `gen_snapshot`. The profile will be written in JSON format to the requested file. -Make sure to use the ".heapsnaphsot" extension for the file to open it in Chrome DevTools. +Make sure to use the ".heapsnapshot" extension for the file to open it in Chrome DevTools. ## Examining a profile in Chrome