Skip to content

Commit 88c53ce

Browse files
committed
vale
1 parent 9421260 commit 88c53ce

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.vale/styles/Infrahub/sentence-case.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ exceptions:
2424
- Computed Attribute
2525
- Computed Attributes
2626
- CoreArtifactTarget
27-
- CoreRepository
2827
- CoreGroup
28+
- CoreRepository
2929
- Docker Compose
3030
- E2E
3131
- Generics
@@ -36,17 +36,17 @@ exceptions:
3636
- GitPod
3737
- GraphQL
3838
- GraphQLQuery
39-
- include_in_menu & menu_placement
4039
- Helm
4140
- High Availability
4241
- Human Friendly Identifier
42+
- include_in_menu & menu_placement
4343
- Infrahub
4444
- infrahubctl
45-
- IPHost
4645
- IP
46+
- IP Fabric
4747
- IPAM
48+
- IPHost
4849
- IPNetwork
49-
- IP Fabric
5050
- JavaScript
5151
- JetStream
5252
- Jinja
@@ -65,6 +65,7 @@ exceptions:
6565
- REST
6666
- RFile
6767
- SDK
68+
- Separate proxies for HTTP and HTTPS
6869
- Single sign-on
6970
- SSO
7071
- TLS

docs/docs/python-sdk/guides/client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ To troubleshoot or understand the queries being sent to Infrahub, enable query e
132132
</TabItem>
133133
</Tabs>
134134

135-
## Step 4: Configure proxy settings (optional)
135+
## Step 4: Configure proxy settings (optional)
136136

137137
If you're behind a corporate firewall or need to route traffic through a proxy, configure proxy settings for HTTP requests.
138138

139139
### Single proxy for all requests
140140

141-
Use `INFRAHUB_PROXY` environment variable or the `proxy` config parameter to set a single proxy for all HTTP and HTTPS requests:
141+
Use `INFRAHUB_PROXY` environment variable or the `proxy` configuration parameter to set a single proxy for all HTTP and HTTPS requests:
142142

143143
<Tabs groupId="async-sync">
144144
<TabItem value="Async" default>

0 commit comments

Comments
 (0)