From 9a1b86bbbf8cdaa91270441be4bfc7add7694612 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 13 Dec 2020 04:42:46 -0500 Subject: [PATCH] Fix capitalization issue --- docs/manuals/provisioner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/provisioner.md b/docs/manuals/provisioner.md index 8e40ead1..c49c9add 100644 --- a/docs/manuals/provisioner.md +++ b/docs/manuals/provisioner.md @@ -1,6 +1,6 @@ # PVC Provisioner Manual -The PVC provisioner is a subsection of the main PVC API. IT interfaces directly with the Zookeeper database using the common client functions, and with the Patroni PostgreSQL database to store details. The provisioner also interfaces directly with the Ceph storage cluster, for mapping volumes, creating filesystems, and installing guests. +The PVC provisioner is a subsection of the main PVC API. It interfaces directly with the Zookeeper database using the common client functions, and with the Patroni PostgreSQL database to store details. The provisioner also interfaces directly with the Ceph storage cluster, for mapping volumes, creating filesystems, and installing guests. Details of the Provisioner API interface can be found in [the API manual](/manuals/api).