From 5fa167c4087070b25794ae42455d7d9f8877e348 Mon Sep 17 00:00:00 2001 From: John Franey Date: Mon, 7 Sep 2015 22:50:59 -0300 Subject: [PATCH] Update nginx.md Remove extra word in Nginx documentation --- docs/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nginx.md b/docs/nginx.md index 392070b60..944514bc2 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -53,7 +53,7 @@ You can import ssl certificates via tarball using the following command: dokku nginx:import-ssl myapp < archive-of-certs.tar ``` -This archive should is expanded via `tar xvf`. It should contain `server.crt` and `server.key`. +This archive is expanded via `tar xvf`. It should contain `server.crt` and `server.key`. ## Customizing the nginx configuration