From 7f8be7327f79efe93b650d3c851b77052232b2e6 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Wed, 30 Sep 2020 15:41:01 +1000 Subject: [PATCH] Update ui.md: Typos --- docs/ui.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ui.md b/docs/ui.md index 83780b1..56ba849 100644 --- a/docs/ui.md +++ b/docs/ui.md @@ -34,7 +34,7 @@ like so: Optimization status is represented by '*' (optimized) or '~' unoptimized. This only applies to JavaScript frames. -Posssible `{tag}` values are covered in the buttons listed under [Tiers](#tiers). +Possible `{tag}` values are covered in the buttons listed under [Tiers](#tiers). ## Buttons @@ -72,7 +72,7 @@ Each category has a button that hide or show the particular frame-type in the flamegraph. Pressing the Tiers button will result in the categories being highlighted -according to the colouring of the category buttons, +according to the colouring of the category buttons as follows. #### app @@ -163,4 +163,4 @@ Any core frames that are also init frames are controlled by the init type However, any cpp frames that are also init frames are controlled by the cpp type (e.g. hiding init frames wont hide cpp frames that are also init frames). -Disabled by default. \ No newline at end of file +Disabled by default.