diff --git a/src/content/docs/specification/v3_0/api-host-and-base-path.md b/src/content/docs/specification/v3_0/api-host-and-base-path.md index 129061ab..0fefb64e 100644 --- a/src/content/docs/specification/v3_0/api-host-and-base-path.md +++ b/src/content/docs/specification/v3_0/api-host-and-base-path.md @@ -13,7 +13,7 @@ All API endpoints are relative to the base URL. For example, assuming the base U ```yaml https://api.example.com/v1/users?role=admin&status=active \________________________/\____/ \______________________/ -server URL endpoint query parameters +server URL endpoint query parameters path ```