From 4fc74d14fb7151251541c675311d8995617dfa6a Mon Sep 17 00:00:00 2001 From: ldornele Date: Tue, 23 Jun 2026 22:23:39 -0300 Subject: [PATCH] HYPERFLEET-1273 - docs: add missing opening parenthesis --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 94cf09c1..9877aba8 100644 --- a/docs/development.md +++ b/docs/development.md @@ -107,7 +107,7 @@ export HYPERFLEET_DATABASE_SSL_MODE=require # for remote databases make run-no-auth ``` -**Note**: The default runtime environment is `production`. For local development without authentication, use `make run-no-auth` or set `HYPERFLEET_ENV=development` see [Development Environment Configuration](#development-environment-configuration) below). +**Note**: The default runtime environment is `production`. For local development without authentication, use `make run-no-auth` or set `HYPERFLEET_ENV=development` (see [Development Environment Configuration](#development-environment-configuration) below). The service starts on `localhost:8000` — see [Accessing the API](../README.md#accessing-the-api) for all available endpoints.