From 1fe9561ec8dab799d218c7ac461a673429d709d6 Mon Sep 17 00:00:00 2001 From: Andrea Simonini Date: Sun, 28 Feb 2021 21:14:35 +0100 Subject: [PATCH] Fixed typos --- website/content/api-docs/operator/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/operator/index.mdx b/website/content/api-docs/operator/index.mdx index 51a158d44..5692cd8fd 100644 --- a/website/content/api-docs/operator/index.mdx +++ b/website/content/api-docs/operator/index.mdx @@ -10,7 +10,7 @@ description: |- # Operator HTTP API The `/operator` endpoints provide cluster-level tools for Nomad operators, such -as interacting with the Raft subsystem, licensing, snapshots, autopilot and scheudler configration. +as interacting with the Raft subsystem, licensing, snapshots, autopilot and scheduler configuration. ~> Use this interface with extreme caution, as improper use could lead to a Nomad outage and even loss of data.