From 4b1e6ceb9a80db324a56692072315baeaf4053d2 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Thu, 3 Jun 2021 09:54:30 +0200 Subject: [PATCH] fix(docs): Fix baseUrl typo, closes #607 --- packages/docs/connections/AxiosHttp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/connections/AxiosHttp.yaml b/packages/docs/connections/AxiosHttp.yaml index 15c5349ab..a1ecc6647 100644 --- a/packages/docs/connections/AxiosHttp.yaml +++ b/packages/docs/connections/AxiosHttp.yaml @@ -28,7 +28,7 @@ _ref: It uses the [axios](https://github.com/axios/axios) library. - The same properties can be set on both connections and requests. The properties will be merged, with the request properties overwriting connection properties. This allows properties like authentication headers and the baseUrl to be set on the connection, with request specific properties like the request. + The same properties can be set on both connections and requests. The properties will be merged, with the request properties overwriting connection properties. This allows properties like authentication headers and the baseURL to be set on the connection, with request specific properties like the request. >Secrets like authentication headers and API keys should be stored using the [`_secret`](operators/secret.md) operator. @@ -81,13 +81,13 @@ _ref: Properties for a AxiosHttp can be set on either the connection, the request, or both. However, both a connection and request need to be defined. - ###### Using the connection to set baseUrl and authorization, and handle specific requests as requests. + ###### Using the connection to set baseURL and authorization, and handle specific requests as requests. ```yaml connections: - id: app_api type: AxiosHttp properties: - baseUrl: app.com/api + baseURL: app.com/api auth: username: api_user password: