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