Fixed typo on system.html.md
This commit is contained in:
parent
0bb773663b
commit
000c397ec7
|
@ -3,12 +3,12 @@ layout: "http"
|
||||||
page_title: "HTTP API: /v1/system/"
|
page_title: "HTTP API: /v1/system/"
|
||||||
sidebar_current: "docs-http-system"
|
sidebar_current: "docs-http-system"
|
||||||
description: |-
|
description: |-
|
||||||
The '/1/system/' endpoints are used to for system maintance.
|
The '/1/system/' endpoints are used to for system maintenance.
|
||||||
---
|
---
|
||||||
|
|
||||||
# /v1/system
|
# /v1/system
|
||||||
|
|
||||||
The `system` endpoint is used to for system maintance and should not be
|
The `system` endpoint is used to for system maintenance and should not be
|
||||||
necessary for most users. By default, the agent's local region is used; another
|
necessary for most users. By default, the agent's local region is used; another
|
||||||
region can be specified using the `?region=` query parameter.
|
region can be specified using the `?region=` query parameter.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue