From ee6f547c1ef6d619414af8c0a7ae1f746bbe241e Mon Sep 17 00:00:00 2001 From: vishnuMohanan01 Date: Tue, 15 Oct 2024 11:06:25 +0530 Subject: [PATCH] Fix info on /_health route --- docs-site/content/docs/getting-started/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/getting-started/guide.md b/docs-site/content/docs/getting-started/guide.md index e47146f38..e39170a11 100644 --- a/docs-site/content/docs/getting-started/guide.md +++ b/docs-site/content/docs/getting-started/guide.md @@ -131,7 +131,7 @@ $ curl localhost:5150/_health ```
-The built in _health route will tell you that you have configured your app properly: it can establish a connection to your Postgres and Redis instances successfully. +The built in _health route will tell you that you have configured your app properly: it can establish a connection to your Database and Redis instances successfully.
### Say "Hello", Loco