From 06507b157dc4288efdd95e3b603cbd3cc61d51e7 Mon Sep 17 00:00:00 2001 From: Aman Gupta Karmani Date: Sat, 31 Aug 2024 08:59:52 -0700 Subject: [PATCH] Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc9790..6d15140 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ If libraries you consume cannot be updated to list compatible dependency ranges, You may want to tweak the `--skipMillis` and `--forceMillis` options to uncover hot spots that `analyze-trace` may not reveal. -You may also want to try [visualizing a performance trace](https://github.com/microsoft/TypeScript/wiki/Performance-Tracing)) for a more detailed view. +You may also want to try [visualizing a performance trace](https://github.com/microsoft/TypeScript/wiki/Performance-Tracing) for a more detailed view. Iterating between the `analyze-trace` tool and an interactive visualizer might be a helpful workflow.