From af419ba39f8c90cd1e88daa7462070ec1a753b4c Mon Sep 17 00:00:00 2001 From: Brett Blue Date: Fri, 18 Oct 2024 15:47:37 -0600 Subject: [PATCH] Remove colon. --- content/en/profiler/guide/solve-memory-leaks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/profiler/guide/solve-memory-leaks.md b/content/en/profiler/guide/solve-memory-leaks.md index 63380fa4d6725..7bb20df7d00ca 100644 --- a/content/en/profiler/guide/solve-memory-leaks.md +++ b/content/en/profiler/guide/solve-memory-leaks.md @@ -39,7 +39,7 @@ To investigate a memory leak using the guided walkthrough: 1. Go to **[APM > Service Catalog][4]**. 1. Hover over the service you want to investigate and click **Service Page**. -1. Click the **Memory Leaks** tab: +1. Click the **Memory Leaks** tab. 1. Follow the guided steps to complete your investigation.