From 144d99c1475b7b543d3159267372308f9ffabf75 Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Tue, 4 Mar 2025 19:36:26 +0330 Subject: [PATCH] Fix a tiny typo in `monitoring.md` tutorial (#3056) Update monitoring.md --- docs/source/basic_tutorials/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/monitoring.md b/docs/source/basic_tutorials/monitoring.md index 509b0aff..aa60e7af 100644 --- a/docs/source/basic_tutorials/monitoring.md +++ b/docs/source/basic_tutorials/monitoring.md @@ -38,7 +38,7 @@ In this guide, Prometheus monitoring data will be consumed on a local computer. * Use ssh [local port forwarding](https://www.ssh.com/academy/ssh/tunneling-example) * Use ngrok port tunneling -For simplicity, we will use [Ngrok](https://ngrok.com/docs/) in this guide to tunnel Prometheus port from the TGI server to the outside word. +For simplicity, we will use [Ngrok](https://ngrok.com/docs/) in this guide to tunnel Prometheus port from the TGI server to the outside world. For that, you should follow the steps at https://dashboard.ngrok.com/get-started/setup/linux, and once Ngrok is installed, use: ```bash