From cb5a2964a9ed34569ebdaed48add90ddc4a3a576 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 4 Aug 2017 09:26:28 -0500 Subject: [PATCH] Remove a couple duplicated words --- aspnetcore/publishing/linuxproduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/publishing/linuxproduction.md b/aspnetcore/publishing/linuxproduction.md index 45849b9674..84ebb5edfe 100644 --- a/aspnetcore/publishing/linuxproduction.md +++ b/aspnetcore/publishing/linuxproduction.md @@ -270,7 +270,7 @@ Edit the nginx.conf file. sudo nano /etc/nginx/nginx.conf ``` -Add the the line `add_header X-Frame-Options "SAMEORIGIN";` and save the file, then restart Nginx. +Add the line `add_header X-Frame-Options "SAMEORIGIN";` and save the file, then restart Nginx. #### MIME-type sniffing @@ -282,4 +282,4 @@ Edit the nginx.conf file. sudo nano /etc/nginx/nginx.conf ``` -Add the the line `add_header X-Content-Type-Options "nosniff";` and save the file, then restart Nginx. +Add the line `add_header X-Content-Type-Options "nosniff";` and save the file, then restart Nginx.