From f8e6f9ed70f5e22bf253ebdc8da24a4e76d9a834 Mon Sep 17 00:00:00 2001 From: Christophe Tafani-Dereeper Date: Tue, 24 Oct 2017 16:33:57 +0200 Subject: [PATCH] Correct typos in the sys/raw documentation (#3484) --- website/source/api/system/raw.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/system/raw.html.md b/website/source/api/system/raw.html.md index 7963dbb50e..68766bd1ca 100644 --- a/website/source/api/system/raw.html.md +++ b/website/source/api/system/raw.html.md @@ -3,14 +3,14 @@ layout: "api" page_title: "/sys/raw - HTTP API" sidebar_current: "docs-http-system-raw" description: |- - The `/sys/raw` endpoint is access the raw underlying store in Vault. + The `/sys/raw` endpoint is used to access the raw underlying store in Vault. --- # `/sys/raw` -The `/sys/raw` endpoint is access the raw underlying store in Vault. +The `/sys/raw` endpoint is used to access the raw underlying store in Vault. -This endpont is off by default. See the +This endpoint is off by default. See the [Vault configuration documentation](/docs/configuration/index.html) to enable.