From fb247d34f21141af33691081f44ed0aacb4e8572 Mon Sep 17 00:00:00 2001 From: Rajashekhar Rangappa Date: Mon, 27 Jul 2026 20:28:39 +0530 Subject: [PATCH] Fix telnet typo in memory-management.md --- docs/DEVELOPER/performance-guide/memory-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER/performance-guide/memory-management.md b/docs/DEVELOPER/performance-guide/memory-management.md index 7b052a26..86fba9bb 100644 --- a/docs/DEVELOPER/performance-guide/memory-management.md +++ b/docs/DEVELOPER/performance-guide/memory-management.md @@ -118,5 +118,5 @@ You can view system memory usage multiple ways: - Use the [Roku Resource Monitor](https://devtools.web.roku.com/roku-resource-monitor) -- Ttelnet to `port 8080`and run `sgnodes all` +- Telnet to `port 8080` and run `sgnodes all` - Telnet to port 8085, press **^C** to break into the debugger, and run `bcs` or `bscs`. \ No newline at end of file