From a7b8831a123b5029fa9aefd4e3289f0114fe2de8 Mon Sep 17 00:00:00 2001 From: Romario Maxwell Date: Mon, 11 Feb 2019 11:54:43 -0500 Subject: [PATCH] fix typo in example.com.conf header comment --- conf.d/templates/example.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/templates/example.com.conf b/conf.d/templates/example.com.conf index b9e141a..4b0dbf5 100644 --- a/conf.d/templates/example.com.conf +++ b/conf.d/templates/example.com.conf @@ -4,7 +4,7 @@ # # This file is a template for a nginx server. # This nginx server listen the `example.com` host and handle requests. -# Remplace `example.com` with your hostname before enabling. +# Replace `example.com` with your hostname before enabling. # Choose between www and non-www, listen on the wrong one and redirect to # the right one.