From 17ef8cebfc62be329a3926c16d4532551aaa03da Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Sun, 16 Nov 2014 10:06:04 -0800 Subject: [PATCH] docs: advanced: Fix typo * ... and feed the grammar Nazi --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index ced0407..068343c 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -2,7 +2,7 @@ The ovpn_genconfig script is intended for simple configurations that apply to the majority of the users. If your use case isn't general, it likely won't be supported. This document aims to explain how to work around that. -## Create host volume mounts rather then data volumes +## Create host volume mounts rather than data volumes * Refer to the Quick Start document, and substitute `--volumes-from $OVPN_DATA` with `-v /path/on/host/openvpn0:/etc/openvpn` * Quick example that is likely to be out of date, but here's how to get started: